Back to Website
Show / Hide Table of Contents

Interface IRecentSection

A structure defining the section of recently selected colors in the Color picker.

Inheritance
IColorPickerConfigSection
IRecentSection
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, "RecentSection".

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback