Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldsProvider

A service that provides fields data. The data contains a type of settings for the provided field and a read-only and write versions of the component, which will be used respectively in read-only mode and write mode of the item.

export
class

FieldsProvider

Hierarchy

  • FieldsProvider

Index

Methods

Methods

overrideField

  • overrideField(data: FieldData): FieldRegistration
  • By given data, returns the field registration that contains the read-only component, the write component and the settings type.

    memberof

    FieldsProvider

    Parameters

    Returns FieldRegistration

Generated using TypeDoc