Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldData

Key used by the fields-provider to search for field registration.

export
interface

FieldData

Hierarchy

  • FieldData

Index

Properties

fieldName

fieldName: string

The title of the field for which the component is used. For example "BlogPosts".

type

{string}

memberof

FieldData

fieldType

fieldType: string

The type of the field for which the component is used. For example "custom-wheater". This is the selector property passed to the @Component() decorator.

type

{string}

memberof

FieldData

typeName

typeName: string

The name of the item's type in which the component is used. For example "blogposts".

type

{string}

memberof

FieldData

Generated using TypeDoc