IDynamicDataPropertyMetadata interface

Metadata of a property

Properties

description

User-friendly, localized description of the property. Example: "Contains a list of ids with the files of the current user"

title

User-friendly, localized title of the property. Example: "My files" / "Mis archivos" (depending of current language)

Property Details

description

User-friendly, localized description of the property. Example: "Contains a list of ids with the files of the current user"

description?: string;

Property Value

string

title

User-friendly, localized title of the property. Example: "My files" / "Mis archivos" (depending of current language)

title: string;

Property Value

string