Appearance
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
api
ts
api: object;
Defined in: src/basic.ts:477
pluginID
ts
pluginID: string;
Inherited from
debug
ts
debug: object;
Defined in: src/basic.ts:472
disableDebugBridgePassword
ts
disableDebugBridgePassword: boolean;
password
ts
password: string;
Inherited from
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
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
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
.