Defines a semantic modifier attribute with a numeric value.
new ModifierWithValueAttribute(
modifier?,value?):ModifierWithValueAttribute
Creates a modifier-with-value attribute.
string
Modifier value.
number = 0
Numeric value.
ModifierWithValueAttribute
modifier:
string= ‘’'`
Modifier value.
value:
number=0
Numeric value.
get id():
bigint
Returns the unique identifier of the object.
bigint
accept(
visitor):void
Accepts a semantic attribute visitor.
Visitor to accept.
void