$items: {
all(): Item[];
(literals: TemplateStringsArray, ...placeholders: string[]): Item[];
} = ...
Type Declaration
- (literals: TemplateStringsArray, ...placeholders: string[]): Item[]
Parameters
- literals: TemplateStringsArray
- ...placeholders: string[]
Returns Item[]
all: function
A list of Items specified by a comma-separated list of names. For a list of all possible Items, leave the template string blank.