Hide menu
Loading...
Searching...
No Matches
ModifierWithValueAttribute

Defines a semantic modifier attribute with a numeric value.

Extends

Constructors

Constructor

‍new ModifierWithValueAttribute(modifier?, value?): ModifierWithValueAttribute

Creates a modifier-with-value attribute.

Parameters

modifier?

string

Modifier value.

value?

number = 0

Numeric value.

Returns

ModifierWithValueAttribute

Overrides

ModifierAttribute.constructor

Properties

modifier

‍modifier: string = ‘’'`

Modifier value.

Inherited from

ModifierAttribute.modifier


value

‍value: number = 0

Numeric value.

Accessors

id

Get Signature

‍get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

ModifierAttribute.id

Methods

accept()

‍accept(visitor): void

Accepts a semantic attribute visitor.

Parameters

visitor

SemanticAttributeVisitor

Visitor to accept.

Returns

void

Overrides

ModifierAttribute.accept