Hierarchy

  • Application
    • ActionSelector

Constructors

Properties

item: ItemPF
useOptions: object

Accessors

  • get defaultOptions(): {
        classes: string[];
        template: string;
        width: number;
    }
  • Returns {
        classes: string[];
        template: string;
        width: number;
    }

    • classes: string[]
    • template: string
    • width: number

Methods

  • Parameters

    • item: ItemPF
    • options: object = {}
    • renderOptions: object = {}

      Options passed to application rendering

    Returns Promise<undefined | object | ChatMessage>

    • Result of ItemPF.use() for selected action

Generated using TypeDoc