Function getEditor

  • Generate a quick editor.

    Returns

    The quick editor.

    Type Parameters

    Parameters

    • _template: false | T

      Template to edit.

    • customActionOptions: {
          actDefs?: ActDefs;
          doCustomAction?: ((name: string, ...args: any[]) => any);
      }

      Action definitons and doCustomAction function

      • 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>

Generated using TypeDoc