- getItem(options?): Promise<null | Item>
Parameters
options: {
actor: undefined | Actor;
appOptions: undefined | object;
empty: undefined | boolean;
filter: undefined | Function;
items: undefined | Item[];
renderOptions: undefined | object;
subType: undefined | string;
title: undefined | string;
type: undefined | string;
} = {}
actor: undefined | Actor
appOptions: undefined | object
empty: undefined | boolean
filter: undefined | Function
items: undefined | Item[]
renderOptions: undefined | object
subType: undefined | string
title: undefined | string
type: undefined | string
Returns Promise<null | Item>
Choose item from actor.
This is simplified interface to pf1.applications.ItemSelector