Interface IInputPropertyMetadata
Package: @aurigma/design-atoms-model
Properties
displayName
Declaration
displayName?: string;
Property Value
| Type | Description |
|---|---|
| string |
enumObject
Declaration
enumObject?: object;
Property Value
| Type | Description |
|---|---|
| object |
factory
Declaration
factory?: IPropertyFactory;
Property Value
| Type | Description |
|---|---|
| IPropertyFactory |
ignore
Declaration
ignore?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
type
Declaration
type?: TPropertyDataTypes;
Property Value
| Type | Description |
|---|---|
| TPropertyDataTypes |