Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReactNode

React Node

Hierarchy

  • ReactNode

Index

Properties

Properties

props

props: { context: string; id: string; name: string; value?: any }

Type declaration

  • context: string

    View context

  • id: string

    View ID

  • name: string

    View name

  • Optional value?: any

    account data if needAccount passed to config

Generated using TypeDoc