Datalayer VS Code Extension - v0.0.4
    Preparing search index...
    interface DropdownProps {
        ariaLabel?: string;
        buttonClassName?: string;
        buttonIcon?: string;
        buttonLabel: string;
        disabled?: boolean;
        items: DropdownItem[];
        minWidth?: string;
        showArrow?: boolean;
    }
    Index

    Properties

    ariaLabel?: string

    Aria label

    buttonClassName?: string

    Additional button class

    buttonIcon?: string

    Icon for the button

    buttonLabel: string

    Button label when no selection

    disabled?: boolean

    Whether the dropdown is disabled

    items: DropdownItem[]

    Dropdown items

    minWidth?: string

    Fixed minimum width to prevent jumping (e.g., "120px")

    showArrow?: boolean

    Whether to show arrow