Hierarchy

  • FormApplication
    • SkillEditor

Constructors

Properties

_callbacks: any[]
skillId: any
subSkillId: any

Accessors

  • get defaultOptions(): {
        classes: string[];
        closeOnSubmit: boolean;
        dragDrop: {
            dragSelector: null;
            dropSelector: string;
        }[];
        template: string;
        width: number;
    }
  • Returns {
        classes: string[];
        closeOnSubmit: boolean;
        dragDrop: {
            dragSelector: null;
            dropSelector: string;
        }[];
        template: string;
        width: number;
    }

    • classes: string[]
    • closeOnSubmit: boolean
    • dragDrop: {
          dragSelector: null;
          dropSelector: string;
      }[]
    • template: string
    • width: number

Methods

  • Parameters

    • event: any
    • formData: any

    Returns Promise<undefined>

  • Parameters

    • options: any

    Returns Promise<Data<{}, FormApplicationOptions>>

Generated using TypeDoc