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