Pathfinder 1e for Foundry VTT
    Preparing search index...

    Class VisionSharingSheet

    Hierarchy

    • HandlebarsApplication<this> & DocumentSheetV2<
          any,
          RenderContext<any>,
          Configuration<any>,
          RenderOptions,
          this,
      >
      • VisionSharingSheet
    Index

    Constructors

    • Parameters

      • Optionaloptions: {}

      Returns VisionSharingSheet

    Properties

    _config: any
    _config: undefined | { default: boolean; users: {} }
    DEFAULT_OPTIONS: {
        actions: {
            reset: (
                ...this: any,
                _event: PointerEvent,
                _html: HTMLElement,
            ) => Promise<void>;
        };
        classes: string[];
        form: {
            closeOnSubmit: boolean;
            handler: (
                ...this: any,
                event: Event,
                form: HTMLFormElement,
                formData: FormDataExtended,
            ) => Promise<void>;
            submitOnChange: boolean;
        };
        position: { height: string; width: number };
        sheetConfig: boolean;
        tag: string;
        window: { minimizable: boolean };
    } = ...
    PARTS: { footer: { template: string }; form: { template: string } } = ...

    Accessors

    Methods

    • Returns Promise<
          {
              default: boolean;
              fields: {
                  default: StringField<
                      { choices: { false: "No"; true: "Yes" }; label: "Default" },
                      AssignmentType<
                          { choices: { false: "No"; true: "Yes" }; label: "Default" },
                      >,
                      InitializedType<
                          { choices: { false: "No"; true: "Yes" }; label: "Default" },
                      >,
                      InitializedType<
                          { choices: { false: "No"; true: "Yes" }; label: "Default" },
                      >,
                  >;
                  toggle: StringField<
                      { choices: { false: "No"; true: "Yes" } },
                      AssignmentType<{ choices: { false: "No"; true: "Yes" } }>,
                      InitializedType<{ choices: { false: "No"; true: "Yes" } }>,
                      InitializedType<{ choices: { false: "No"; true: "Yes" } }>,
                  >;
              };
              users: {};
          },
      >

    • Parameters

      • ...this: any
      • _event: PointerEvent

        Triggering event

      • _html: HTMLElement

        Button

      Returns Promise<void>

    • Parameters

      • ...this: any
      • event: Event
      • form: HTMLFormElement
      • formData: FormDataExtended

      Returns Promise<void>