IApiModelConfig
On this page
@vulp/js-api > IApiModelConfig
IApiModelConfig interface
Interface for model configuration.
Signature:
export interface IApiModelConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Record<string, IApiModelColorGroupConfig> | The color groups of the model. | ||
Record<string, IApiModelCustomizeGroupConfig> | (Optional) The customize groups of the model (optional). | ||
string | Model identifier. | ||
Record<string, Record<PropertyKey, never>> | (Optional) The overlays of the model (optional). |