Hierarchy

  • ActorSheet
    • VisionSharingSheet

Constructors

  • Parameters

    • object: ActorPF

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

    • Optional options: Partial<Options>

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

    Returns VisionSharingSheet

    Remarks

    Foundry allows passing no value to the constructor at all.

  • Parameters

    • Rest ...args: [ActorPF, Partial<Options>?]

    Returns VisionSharingSheet

Accessors

  • get defaultOptions(): {
        classes: string[];
        closeOnSubmit: boolean;
        height: string;
        sheetConfig: boolean;
        submitOnChange: boolean;
        submitOnClose: boolean;
        template: string;
        width: number;
    }
  • Returns {
        classes: string[];
        closeOnSubmit: boolean;
        height: string;
        sheetConfig: boolean;
        submitOnChange: boolean;
        submitOnClose: boolean;
        template: string;
        width: number;
    }

    • classes: string[]
    • closeOnSubmit: boolean
    • height: string
    • sheetConfig: boolean
    • submitOnChange: boolean
    • submitOnClose: boolean
    • template: string
    • width: number

Methods

  • Returns Promise<{
        levels: {
            false: string;
            true: string;
        };
        users: {};
    }>

Generated using TypeDoc