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