Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NestedEntitiesTableFieldProps

Hierarchy

  • MainStoreInjected
  • object
    • NestedEntitiesTableFieldProps

Index

Properties

Optional mainStore

mainStore: MainStore

nestedEntityName

nestedEntityName: string

Name of the nested entity

nestedEntityView

nestedEntityView: string

Name of the view that will be used for the nested entity

Optional onChange

onChange: undefined | function

Сoming from antd Form field decorator

Optional parentEntityInstanceId

parentEntityInstanceId: undefined | string

Instance id of the parent entity. undefined means that the parent entity has not been persisted yet.

parentEntityName

parentEntityName: string

Name of the parent entity

Optional value

value: any

Сoming from antd Form field decorator

Generated using TypeDoc