Hierarchy

  • any
    • ActionSelector

Constructors

Properties

DEFAULT_OPTIONS: {
    actions: {
        click: ((event) => void);
    };
    classes: string[];
    position: {
        width: number;
    };
    sheetConfig: boolean;
    window: {
        minimizable: boolean;
        resizable: boolean;
    };
} = ...

Type declaration

  • actions: {
        click: ((event) => void);
    }
    • click: ((event) => void)
        • (event): void
        • Parameters

          • event: any

          Returns void

  • classes: string[]
  • position: {
        width: number;
    }
    • width: number
  • sheetConfig: boolean
  • window: {
        minimizable: boolean;
        resizable: boolean;
    }
    • minimizable: boolean
    • resizable: boolean
PARTS: {
    form: {
        template: string;
    };
} = ...

Type declaration

  • form: {
        template: string;
    }
    • template: string

Accessors

Methods

  • Parameters

    • options: {
          document: ItemPF;
      }

      Options

      • document: ItemPF

        Item to select action for.

    Returns Promise<undefined | object | ChatMessage>

    • Result of ItemPF.use() for selected action

Generated using TypeDoc