Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewScope<V, T>

Type parameters

Hierarchy

  • ViewScope

Callable

  • __call(): T | null
  • __call(state: T | null): V

Index

Properties

Methods

Properties

inherit

inherit: string | null

name

name: string

state

state: T | null

view

view: V

Methods

setState

  • setState(newState: T | null): void