projects/aoc-client/ui/common/types/aoc-ui-ckeditor.ts
Properties |
Methods |
delegate | ||||||
delegate(events: Array
|
||||||
Parameters :
Returns :
any
|
destroy |
destroy()
|
Returns :
Promise<void>
|
disableReadOnlyMode | ||||||
disableReadOnlyMode(lockId: string | symbol)
|
||||||
Parameters :
Returns :
void
|
enableReadOnlyMode | ||||||
enableReadOnlyMode(lockId: string | symbol)
|
||||||
Parameters :
Returns :
void
|
execute | |||||||||
execute(commandName: string, ...params: Array
|
|||||||||
Parameters :
Returns :
any
|
fire |
fire(eventName: string, args?: any)
|
Returns :
any
|
listenTo | |||||||||||||||
listenTo(emitter: any, eventName: string, callback: AnyFunction, options?: any)
|
|||||||||||||||
Parameters :
Returns :
void
|
off | |||||||||
off(eventName: string, callback: AnyFunction)
|
|||||||||
Parameters :
Returns :
void
|
on | ||||||||||||
on(eventName: string, callback: AnyFunction, options?: any)
|
||||||||||||
Parameters :
Returns :
void
|
once | ||||||||||||
once(eventName: string, callback: AnyFunction, options?: any)
|
||||||||||||
Parameters :
Returns :
void
|
stopListening | ||||||||||||
stopListening(emitter: any, eventName: string, callback: AnyFunction)
|
||||||||||||
Parameters :
Returns :
void
|
t | ||||||
t(...args: Array
|
||||||
Parameters :
Returns :
void
|
[property: string]:
|
commands |
commands:
|
Type : any
|
config |
config:
|
Type : any
|
conversion |
conversion:
|
Type : any
|
data |
data:
|
Type : any
|
editing |
editing:
|
Type : any
|
isReadOnly |
isReadOnly:
|
Type : boolean
|
keystrokes |
keystrokes:
|
Type : any
|
locale |
locale:
|
Type : any
|
model |
model:
|
Type : any
|
plugins |
plugins:
|
Type : any
|
state |
state:
|
Type : "initializing" | "ready" | "destroyed"
|