platform-components-ng/projects/platform-components-lib/src/lib/components/meta/qpp-meta-attribute.ts
Attribute
Properties |
|
Methods |
constructor(attrName: string, values: string[])
|
|||||||||
|
Parameters :
|
| category |
Type : META_CATEGORY
|
|
Category of the Meta Attribute. |
| name |
Type : string
|
|
Name of Attribute |
| Readonly type |
Default value : QppMetaConstants.ATTRIBUTE
|
|
The meta object type. |
| value |
Type : string[]
|
|
Values of the Meta Attribute. |
| valueScope |
Type : string
|
|
Scope of the value |
| appendValue | ||||||
appendValue(aValue: string)
|
||||||
|
Add a value for an attribute
Parameters :
Returns :
this
Attribute |
| setValueScope | ||||||
setValueScope(valueScope: string)
|
||||||
|
Sets scope for the value
Parameters :
Returns :
void
Attribute |