Skip to content

eo-typewriterjs


eo-typewriterjs / TCommand

Type Alias: TCommand

ts
type TCommand = 
  | TTypeCommand
  | TWaitCommand
  | TDeleteCommand
  | TMoveCommand
  | TSelectCommand
  | TUnselectCommand
  | TStyleCommand
  | TUnstyleCommand
  | TCallCommand;

Defined in: core/compiler/types/command.type.ts:17

Description

Union of all supported command types

Released under the MIT License.