Constant Class @preview
A Constant is a specific type of Unit that represents a number.
Extends
Methods
| Name |
Description |
|
| fromJSON(constantProps: ConstantProps): Promise<void> |
|
|
| fromJSONSync(constantProps: ConstantProps): void |
|
|
| toJSON(standalone: boolean = false, includeSchemaVersion: boolean = false): ConstantProps |
Save this Constants properties to an object for serializing to JSON. |
|
| isConstant(item?: SchemaItem): item is Constant Static |
Type guard to check if the SchemaItem is of type Constant. |
|
Inherited methods
| Name |
Inherited from |
Description |
| equalByKey(thisSchemaItem: SchemaItem, thatSchemaItemOrKey?: SchemaItemKey | SchemaItem): boolean Static Inherited |
SchemaItem |
Indicates if the two SchemaItem objects are equal by comparing their respective key properties. |
| parseFullName(fullName: string): [string, string] Static Inherited |
SchemaItem |
Parses the given full name, {schemaName}.{schemaItemName} or {schemaName}:{schemaItemName}, into two separate strings. |
Properties
| Name |
Type |
Description |
|
| definition Accessor ReadOnly |
string |
|
|
| denominator Accessor ReadOnly |
number |
|
|
| hasDenominator Accessor ReadOnly |
boolean |
|
|
| hasNumerator Accessor ReadOnly |
boolean |
|
|
| numerator Accessor ReadOnly |
number |
|
|
| phenomenon Accessor ReadOnly |
undefined | LazyLoadedPhenomenon |
|
|
| schemaItemType Readonly |
SchemaItemType |
Get the type of item represented by this instance |
|
Inherited properties
Defined in
Last Updated: 28 October, 2025