IPropertyMetadata
Interfaces
IEnumMetadata
Extends
Properties
displayName
displayName: string;
Inherited from
ignore
ignore: boolean;
Inherited from
propertyFactory?
optional propertyFactory?: IPropertyFactory;
Inherited from
IPropertyMetadata.propertyFactory
type
type: "enum";
Overrides
values
values: string[];
IPropertyMetadata
Extended by
Properties
displayName
displayName: string;
ignore
ignore: boolean;
propertyFactory?
optional propertyFactory?: IPropertyFactory;
type
type: TPropertyDataTypes;