Back to Website
Show / Hide Table of Contents

Interface INoColorSection

A structure defining the No Color section in the Color picker.

Inheritance
IColorPickerConfigSection
INoColorSection
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, "NoColorSection".

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