Interface DrawCommand<Context, Props>
Callable
- DrawCommand(body?: CommandBodyFn<Context, Props>): void
- DrawCommand(count: number, body?: CommandBodyFn<Context, Props>): void
- DrawCommand(props: Partial<Props>, body?: CommandBodyFn<Context, Props>): void
- DrawCommand(props: Partial<Props>[], body?: CommandBodyFn<Context, Props>): void
Parameters
Returns void
Parameters
Returns void
Parameters
props: Partial<Props>
Optional body: CommandBodyFn<Context, Props>
Returns void
Parameters
props: Partial<Props>[]
Optional body: CommandBodyFn<Context, Props>
Returns void
Run a command once.