Type Alias ConfiguratorStartConfiguration
ConfiguratorStartConfiguration: | { pin: string; type: "planning" } | { articleNumber: string | ArticleNumber; configuration?: Record<string, string | number>; sourceId?: string; type: "article"; } | { type: "none" } | { data: {}; type: "custom" } Type declaration
- { pin: string; type: "planning" }
- {
articleNumber: string | ArticleNumber;
configuration?: Record<string, string | number>;
sourceId?: string;
type: "article";
}Optionalconfiguration?: Record<string, string | number>
OptionalsourceId?: string
type: "article"
- { type: "none" }
- { data: {}; type: "custom" }
The id of the registered catalog of the article.
When left empty, the first item of any catalog that matches the article number will be used.