ToolSettingsValue Class
Beta
Primitive ToolSettings Value.
Implements
Methods
| Name | Description | |
|---|---|---|
| constructor(value?: number | string | boolean | Date, displayValue?: string): ToolSettingsValue | ||
| clone(): ToolSettingsValue | ||
| update(newValue: ToolSettingsValue): boolean |
Properties
| Name | Type | Description | |
|---|---|---|---|
| displayValue | undefined | string | ||
| hasDisplayValue Accessor ReadOnly | boolean | ||
| isNullValue Accessor ReadOnly | boolean | ||
| value | number | string | boolean | Date | ||
| valueFormat | Primitive |
Defined in
Last Updated: 08 January, 2020