@numiko/dropdown-toggle
    Preparing search index...

    Type Alias GroupChangeEventDetail

    Detail of the group change event that is emitted when a dropdown in a group is opened or closed.

    type GroupChangeEventDetail = {
        group: string;
        isAllOpen: boolean;
    }
    Index

    Properties

    Properties

    group: string
    isAllOpen: boolean

    Whether all dropdowns in the group are open.