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

    A single filter chip definition for the FileManager filter bar.

    interface FilterChipDefinition {
        label: string;
        types?: ResourceType[];
    }
    Index

    Properties

    Properties

    label: string

    Display label for the chip

    types?: ResourceType[]

    Resource types to filter by when this chip is active. undefined means "All" (no filter).