Interface AsukaViewActivationOptions

interface AsukaViewActivationOptions {
    mode?: "switch" | "mount" | "restore";
}

Properties

Properties

mode?: "switch" | "mount" | "restore"