Hierarchy

  • FormApplication
    • LinkOptions

Constructors

  • Parameters

    • object: {}

      Some object or entity which is the target to be updated.

      • Optional options: Partial<FormApplicationOptions>

        Additional options which modify the rendering of the sheet. (default: {})

      Returns LinkOptions

      Remarks

      Foundry allows passing no value to the constructor at all.

    • Parameters

      • Rest ...args: [{}, Partial<FormApplicationOptions>?]

      Returns LinkOptions

    Accessors

    • get defaultOptions(): InsertKeys<{
          baseApplication: undefined | null | string;
          classes: undefined | any[];
          closeOnSubmit: undefined | boolean;
          dragDrop: undefined | any[];
          editable: undefined | boolean;
          filters: undefined | any[];
          height: undefined | null | number | "auto";
          id: undefined | string;
          left: undefined | null | number;
          minimizable: undefined | boolean;
          popOut: undefined | boolean;
          resizable: undefined | boolean;
          scale: undefined | null | number;
          scrollY: undefined | any[];
          sheetConfig: undefined | boolean;
          submitOnChange: undefined | boolean;
          submitOnClose: undefined | boolean;
          tabs: undefined | any[];
          template: undefined | null | string;
          title: undefined | string;
          top: undefined | null | number;
          width: undefined | null | number;
      }, OmitByValue<{}, never>>
    • Returns InsertKeys<{
          baseApplication: undefined | null | string;
          classes: undefined | any[];
          closeOnSubmit: undefined | boolean;
          dragDrop: undefined | any[];
          editable: undefined | boolean;
          filters: undefined | any[];
          height: undefined | null | number | "auto";
          id: undefined | string;
          left: undefined | null | number;
          minimizable: undefined | boolean;
          popOut: undefined | boolean;
          resizable: undefined | boolean;
          scale: undefined | null | number;
          scrollY: undefined | any[];
          sheetConfig: undefined | boolean;
          submitOnChange: undefined | boolean;
          submitOnClose: undefined | boolean;
          tabs: undefined | any[];
          template: undefined | null | string;
          title: undefined | string;
          top: undefined | null | number;
          width: undefined | null | number;
      }, OmitByValue<{}, never>>

    Methods

    • Returns {
          isNumber: boolean;
          isString: boolean;
          linkTypes: any;
          options: CommandOptions;
      }

      • isNumber: boolean
      • isString: boolean
      • linkTypes: any
      • options: CommandOptions

    Generated using TypeDoc