@samatawy/diagrams
    Preparing search index...

    Interface EnumSelectAdapterConfig

    Configuration options for EnumSelectAdapter.

    interface EnumSelectAdapterConfig {
        options: EnumSelectAdapterOption[] | (() => EnumSelectAdapterOption[]);
        placeholder?: string;
    }
    Index

    Properties

    Allowed option values, with optional display labels. May be a static array or a zero-argument factory called on every refresh, which lets the inspector narrow the list based on the current selection.

    placeholder?: string

    Optional placeholder text when no value is selected.