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

Type Alias: ConfigDesc<T>

ConfigDesc<T> = object & { option: ConfigDescOption<T>; writable: true; } | { option?: ConfigDescOption<T>; writable: false; }

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

Type Declaration

value

value: T | null

Type Parameters

T

T

Edit this page