Home > d3-blueprint > ConfigDefineOptions
ConfigDefineOptions interface
Options when defining a config property.
Signature:
typescript
export interface ConfigDefineOptions<T = unknown>Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
T | Default value for the property. | ||
(value: T) => T | (Optional) Optional transform applied when reading the value. | ||
(value: T) => T | (Optional) Optional transform applied when writing the value. |