Hiyve Components - v1.0.0
    Preparing search index...

    Interface FileManagerFilterChipsProps

    interface FileManagerFilterChipsProps {
        activeLabel: string;
        chips: FilterChipDefinition[];
        onSelect: (chip: FilterChipDefinition) => void;
    }
    Index

    Properties

    activeLabel: string

    The currently active chip label

    The filter chip definitions to render

    onSelect: (chip: FilterChipDefinition) => void

    Called when a chip is clicked