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