Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface View<State, Actions>

Type parameters

  • State

  • Actions

Hierarchy

  • View

Callable

  • View(state: State, actions: Actions): VNode<object>
  • The view function describes the application UI as a tree of VNodes.

    memberof

    [App]

    Parameters

    • state: State
    • actions: Actions

    Returns VNode<object>

    A VNode tree.

Generated using TypeDoc