Hide menu
Loading...
Searching...
No Matches
LimitsAndFitsAttribute

Defines a limits and fits attribute.

Extends

Constructors

Constructor

‍new LimitsAndFitsAttribute(type?, value?): LimitsAndFitsAttribute

Creates a limits and fits attribute.

Parameters

type?

string = ‘’'`

Attribute type.

value?

string = ‘’'`

Attribute value.

Returns

LimitsAndFitsAttribute

Overrides

SemanticAttribute.constructor

Properties

type

‍type: string = ‘’'`

Attribute type.


value

‍value: string = ‘’'`

Attribute 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