Interface IRecentSection
A structure defining the section of recently selected colors in the Color picker.
Package: @aurigma/design-editor-iframe
Remarks
See the Color picker topic for more details.
Examples
let configuration = {
widgets: {
ColorPicker: {
sections: [
{
type: "RecentSection"
}
]
}
}
};
Properties
type
The source type, "RecentSection".
Declaration
type: SectionType.RecentSection;
Property Value
| Type | Description |
|---|---|
| RecentSection | The source type, |