Interface INoColorSection
A structure defining the No Color section in the Color picker.
Package: @aurigma/design-editor-iframe
Remarks
By default, this section appears when the user selects a fill color, a background color, or a color for the bounding rectangle. For more detals, see the Color picker topic.
Examples
let configuration = {
widgets: {
ColorPicker: {
sections: [
{
type: "NoColorSection",
targets: [ "Fill", "Border", "Background" ]
}
]
}
}
};
Properties
type
The source type, "NoColorSection".
Declaration
type: SectionType.NoColorSection;
Property Value
| Type | Description |
|---|---|
| NoColorSection | The source type, |