- Preparing search index...
- The search index is not available
sparkscript
- getEditor<T>(_template: false | T, customActionOptions: {
actDefs?: ActDefs;
doCustomAction?: ((name: string, ...args: any[]) => any);
}): Ieditor<T>
-
Parameters
-
_template: false | T
-
customActionOptions: {
actDefs?: ActDefs;
doCustomAction?: ((name: string, ...args: any[]) => any);
}
-
Optional
actDefs?: ActDefs
-
Optional
doCustomAction?: ((name: string, ...args: any[]) => any)
-
- (name: string, ...args: any[]): any
-
Parameters
-
name: string
-
Rest
...args: any[]
Returns any
Returns Ieditor<T>
Generate a quick editor.
Returns
The quick editor.