Target selector for changes

Hierarchy

  • any
    • CategorizedItemPicker

Constructors

Properties

events: { cancel: (event: any) => void } = ...
DEFAULT_OPTIONS: {
    actions: { item: Object };
    classes: string[];
    position: { height: number; width: number };
    window: { icon: string; minimizable: boolean; resizable: boolean };
} = ...
PARTS: { dialog: { template: string } } = ...

Accessors

Methods

  • Protected

    Attach event listeners to the rendered application form.

    Parameters

    • context: ApplicationRenderContext

      Prepared context data

    • options: RenderOptions

      Provided render options

    Returns void

  • Open configured item picker

    Parameters

    • options: { categories: any; render?: object; selected: object } = {}
      • categories: any
      • Optionalrender?: object

        Optional render options

      • selected: object

    Returns Promise<null | string>

    • Selected option or null