Skip to main content

IPropertyMetadata

Interfaces

IEnumMetadata

Extends

Properties

displayName
displayName: string;
Inherited from

IPropertyMetadata.displayName

ignore
ignore: boolean;
Inherited from

IPropertyMetadata.ignore

propertyFactory?
optional propertyFactory?: IPropertyFactory;
Inherited from

IPropertyMetadata.propertyFactory

type
type: "enum";
Overrides

IPropertyMetadata.type

values
values: string[];

IPropertyMetadata

Extended by

Properties

displayName
displayName: string;
ignore
ignore: boolean;
propertyFactory?
optional propertyFactory?: IPropertyFactory;
type
type: TPropertyDataTypes;
Was this page helpful?