@samatawy/diagrams
    Preparing search index...

    Interface ShadowPreset

    A named shadow preset entry used by ShadowPresetSelect.

    interface ShadowPreset {
        label: string;
        value: ShadowStyle;
    }
    Index

    Properties

    Properties

    label: string

    Display label shown in the dropdown.

    Shadow style values applied when this preset is selected.