Hide menu
Loading...
Searching...
No Matches
MaximumValueAttribute

Defines a maximum value attribute.

Extends

Constructors

Constructor

‍new MaximumValueAttribute(maxValue?): MaximumValueAttribute

Creates a maximum value attribute.

Parameters

maxValue?

number = 0

Maximum value.

Returns

MaximumValueAttribute

Overrides

SemanticAttribute.constructor

Properties

maxValue

‍maxValue: number = 0

Maximum value.

Accessors

id

Get Signature

‍get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

SemanticAttribute.id

Methods

accept()

‍accept(visitor): void

Accepts a semantic attribute visitor.

Parameters

visitor

SemanticAttributeVisitor

Visitor to accept.

Returns

void

Overrides

SemanticAttribute.accept