Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntityPropertyProps

Hierarchy

  • MainStoreInjected
    • EntityPropertyProps

Index

Properties

entityName

entityName: string

Optional hideIfEmpty

hideIfEmpty: undefined | false | true

If true, the component will render as null when value is null or undefined

Optional mainStore

mainStore: MainStore

propertyName

propertyName: string

Optional showLabel

showLabel: undefined | false | true

Whether to show a localized property name as a label. Default: true.

value

value: any

Property value

Generated using TypeDoc