Hierarchy

  • FormApplication
    • HealthConfig

Constructors

Properties

model: typeof HealthConfigModel = HealthConfigModel

Accessors

  • get defaultOptions(): {
        classes: string[];
        height: string;
        id: string;
        tabs: {
            contentSelector: string;
            group: string;
            initial: string;
            navSelector: string;
        }[];
        template: string;
        title: string;
        width: number;
    }
  • Returns {
        classes: string[];
        height: string;
        id: string;
        tabs: {
            contentSelector: string;
            group: string;
            initial: string;
            navSelector: string;
        }[];
        template: string;
        title: string;
        width: number;
    }

    • classes: string[]
    • height: string
    • id: string
    • tabs: {
          contentSelector: string;
          group: string;
          initial: string;
          navSelector: string;
      }[]
    • template: string
    • title: string
    • width: number

Methods

  • Private

    Handle button click to reset default settings

    Parameters

    • event: Event

      {Event} The initial button click event

    Returns Promise<unknown>

  • This method is called upon form submission after form data is validated.

    Parameters

    • event: any
    • formData: any

    Returns Promise<void>

  • Activate the default set of listeners for the Document sheet These listeners handle basic stuff like form submission or updating images.

    Parameters

    • html: any

    Returns void

Generated using TypeDoc