Class DirectiveParsingService
Constructors
Properties
Protected Readonlyapplication
Protected Staticname
name: string
Methods
boot
- boot(): Awaitable<void>
Returns Awaitable<void>
parse
- parse(input): Promise<{
currentArgument: undefined | string;
data: Record<string, unknown>;
input: string;
output: string;
}> Returns Promise<{
currentArgument: undefined | string;
data: Record<string, unknown>;
input: string;
output: string;
}>
StaticgetName
- getName(): string
Returns string
Returns the name of the function. Function names are read-only and can not be changed.