Hierarchy

  • any
    • ActionSelector

Constructors

Properties

DEFAULT_OPTIONS: {
    actions: {
        click: ((event: any) => void);
    };
    classes: string[];
    position: {
        width: number;
    };
    sheetConfig: boolean;
    window: {
        minimizable: boolean;
        resizable: boolean;
    };
} = ...
PARTS: {
    form: {
        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