Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Accessor<TValue, TProps>

Type parameters

  • TValue = any

  • TProps = any

Hierarchy

  • Listenable
    • Accessor

Index

Properties

invalid: any
model: Model<TProps>
value: TValue

Methods

  • $listen(listener: VoidFunction): VoidFunction
  • get<TState>(type: State<TState>): undefined | TState
  • set<TState>(type: State<TState>, value: TState): void

Generated using TypeDoc