Hierarchy

  • DocumentSheet
    • SensesSelector

Constructors

  • Parameters

    • object: Document<any, any, Metadata<any>>

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

    • Optional options: Partial<DocumentSheetOptions>

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

    Returns SensesSelector

    Remarks

    Foundry allows passing no value to the constructor at all.

  • Parameters

    • Rest ...args: [Document<any, any, Metadata<any>>, Partial<DocumentSheetOptions>?]

    Returns SensesSelector

Accessors

  • get convertKeys(): {
        bs: string;
        bse: string;
        dv: string;
        sc: string;
        tr: string;
        ts: string;
    }
  • Returns which keys to convert in distance or weight

    Returns {
        bs: string;
        bse: string;
        dv: string;
        sc: string;
        tr: string;
        ts: string;
    }

    • bs: string
    • bse: string
    • dv: string
    • sc: string
    • tr: string
    • ts: string
  • get defaultOptions(): InsertKeys<{
        baseApplication: null | string;
        classes: string[];
        closeOnSubmit: boolean;
        dragDrop: Omit<DragDropConfiguration, "permissions" | "callbacks">[];
        editable: boolean;
        filters: Omit<SearchFilterConfiguration, "callback">[];
        height: null | number | "auto";
        id: string;
        left: null | number;
        minimizable: boolean;
        popOut: boolean;
        resizable: boolean;
        scale: null | number;
        scrollY: string[];
        sheetConfig: boolean;
        submitOnChange: boolean;
        submitOnClose: boolean;
        tabs: Omit<TabsConfiguration, "callback">[];
        template: string;
        title: string;
        top: null | number;
        viewPermission: 0 | 1 | 2 | 3;
        width: number;
    }, OmitByValue<{
        classes: string[];
        closeOnSubmit: boolean;
        template: string;
        width: number;
    }, never>>
  • Returns InsertKeys<{
        baseApplication: null | string;
        classes: string[];
        closeOnSubmit: boolean;
        dragDrop: Omit<DragDropConfiguration, "permissions" | "callbacks">[];
        editable: boolean;
        filters: Omit<SearchFilterConfiguration, "callback">[];
        height: null | number | "auto";
        id: string;
        left: null | number;
        minimizable: boolean;
        popOut: boolean;
        resizable: boolean;
        scale: null | number;
        scrollY: string[];
        sheetConfig: boolean;
        submitOnChange: boolean;
        submitOnClose: boolean;
        tabs: Omit<TabsConfiguration, "callback">[];
        template: string;
        title: string;
        top: null | number;
        viewPermission: 0 | 1 | 2 | 3;
        width: number;
    }, OmitByValue<{
        classes: string[];
        closeOnSubmit: boolean;
        template: string;
        width: number;
    }, never>>

Methods

  • Returns Promise<{
        gridUnits: string;
        isMetric: boolean;
        noSystemVision: any;
        senses: any;
    }>

Generated using TypeDoc