Hierarchy

  • FormApplication
    • TooltipWorldConfig

Constructors

Properties

_cachedData: any

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 {
        config: config;
        const: const;
        data: unknown;
        permissions: {};
        tokenNameDisposition: {
            -1: string;
            -2: string;
            0: string;
            1: string;
        };
    }

    • config: config
    • const: const
    • data: unknown
    • permissions: {}
      • tokenNameDisposition: {
            -1: string;
            -2: string;
            0: string;
            1: string;
        }
        • -1: string
        • -2: string
        • 0: string
        • 1: string

    Generated using TypeDoc