Skip to main content

au-widget-pim-options/IOptionsConfig

Interfaces

ICheckboxConfig

Extends

Properties

checkboxIcon?
optional checkboxIcon?: string;
disabled?
optional disabled?: boolean;
Inherited from

IMetadataConfig.disabled

showValueInTitle?
optional showValueInTitle?: boolean;
Inherited from

IMetadataConfig.showValueInTitle

tooltipIcon?
optional tooltipIcon?: string;
Inherited from

IMetadataConfig.tooltipIcon


IMetadataConfig

Extended by

Properties

disabled?
optional disabled?: boolean;
showValueInTitle?
optional showValueInTitle?: boolean;
tooltipIcon?
optional tooltipIcon?: string;

IOptionModifier

Properties

config?
optional config?: IMetadataConfig;
css?
optional css?: string;
name
name: string;
onChange?
optional onChange?: Function | Function[];
preselectedValue?
optional preselectedValue?: string | string[];
style?
optional style?: object;
Index Signature
[key: string]: string
type?
optional type?: string;
visible?
optional visible?: boolean;

IOptionParams

Properties

active?
optional active?: boolean;
config?
optional config?: IMetadataConfig;
css?
optional css?: string;
isMultiSelect?
optional isMultiSelect?: boolean;
name
name: string;
onChange?
optional onChange?: Function | Function[];
options
options: ProductInformationOption[];
style?
optional style?: object;
Index Signature
[key: string]: string
subType
subType: IOldOptionSubType;
type?
optional type?: IMetadataType;
visible?
optional visible?: boolean;

IOptionsConfig

Properties

modifiers
modifiers: IOptionModifier[];
onChange
onChange: Function | Function[];
onReady
onReady: Function | Function[];
options
options: ProductInformationOption[];

IOptionSummaryItem

Properties

name
name: string;
value
value: string;
visible
visible: boolean;
Was this page helpful?