TethrTethr
Guide
Capability Report
Playground
API
  • English
  • 日本語
GitHub
Guide
Capability Report
Playground
API
  • English
  • 日本語
GitHub
  • Type Alias: ConfigDescOption<T>

Type Alias: ConfigDescOption<T>

ConfigDescOption<T> = { type: "enum"; values: T[]; } | { max: T; min: T; step: T; type: "range"; }

Defined in: core/src/Tethr.ts:54

Type Parameters

T

T

Edit this page