Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Type

The types of user input. Used as the type for the discriminated union

see

{@link IInput}

Index

Enumeration members

Enumeration members

Audio

Audio: = "audio"

The user input will fulfil the {@link IAudio} interface

Image

Image: = "image"

The user input will fulfil the {@link IImage} interface

Text

Text: = "text"

The user input will fulfil the {@link IText} interface

Video

Video: = "video"

The user input will fulfil the {@link IVideo} interface