Skip to content

Interface: UIOptions

Defined in: src/tools/ui.ts:421

Extends

Properties

_debug?

ts
optional _debug: object;

Defined in: src/basic.ts:476

disableDebugBridgePassword

ts
disableDebugBridgePassword: boolean;

password

ts
password: string;

Inherited from

BasicOptions._debug


api

ts
api: object;

Defined in: src/basic.ts:477

pluginID

ts
pluginID: string;

Inherited from

BasicOptions.api


debug

ts
debug: object;

Defined in: src/basic.ts:472

disableDebugBridgePassword

ts
disableDebugBridgePassword: boolean;

password

ts
password: string;

Inherited from

BasicOptions.debug


listeners

ts
listeners: object;

Defined in: src/basic.ts:480

_mainWindow?

ts
optional _mainWindow: any;

_plugin?

ts
optional _plugin: observer;

callbacks

ts
callbacks: object;
callbacks.onMainWindowLoad
ts
onMainWindowLoad: Set<(win) => void>;
callbacks.onMainWindowUnload
ts
onMainWindowUnload: Set<(win) => void>;
callbacks.onPluginUnload
ts
onPluginUnload: Set<(...args) => void>;

Inherited from

BasicOptions.listeners


log

ts
log: object;

Defined in: src/basic.ts:466

_type

ts
readonly _type: "toolkitlog";

disableConsole

ts
disableConsole: boolean;

disableZLog

ts
disableZLog: boolean;

prefix

ts
prefix: string;

Inherited from

BasicOptions.log


ui

ts
ui: object;

Defined in: src/tools/ui.ts:422

enableElementDOMLog

ts
enableElementDOMLog: boolean;

Wether to log the DOM node mounted by createElement.

enableElementJSONLog

ts
enableElementJSONLog: boolean;

Wether to log the ElementProps parameter in createElement.

enableElementRecord

ts
enableElementRecord: boolean;

Whether to record elements created with createElement.