Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldRegistration

Read-only representation of the field and editable representation and type of settings.

export
interface

FieldRegistration

Hierarchy

  • FieldRegistration

Index

Properties

Optional readComponent

readComponent: Type<any>

The component which will be used when the field is in read-only mode.

type

{Type}

memberof

FieldRegistration

Optional settingsType

settingsType: Type<any>

Settings class which will be used to configure the components.

type

{Type}

memberof

FieldRegistration

writeComponent

writeComponent: Type<any>

The component which will be used when the field is editable

type

{Type}

memberof

FieldRegistration

Generated using TypeDoc