@samatawy/diagrams
    Preparing search index...

    Interface DashSelectConfig

    Configuration options for the DashSelect component.

    interface DashSelectConfig {
        dashes?: LineDashValue[];
        strokeColor?: string;
        hostClassName?: string;
        triggerClassName?: string;
        menuClassName?: string;
        optionClassName?: string;
        swatchClassName?: string;
        selectedClassName?: string;
        openClassName?: string;
    }
    Index

    Properties

    dashes?: LineDashValue[]

    Dash options shown in the dropdown.

    strokeColor?: string

    Stroke color used by preview swatches.

    hostClassName?: string

    Optional CSS class for the host element.

    triggerClassName?: string

    Optional CSS class for the trigger button.

    menuClassName?: string

    Optional CSS class for the dropdown menu.

    optionClassName?: string

    Optional CSS class for each option element.

    swatchClassName?: string

    Optional CSS class for the swatch element.

    selectedClassName?: string

    Optional CSS class for selected options.

    openClassName?: string

    Optional CSS class when the menu is open.