@vicinae/api
    Preparing search index...

    Type Alias Props

    Props: BaseSection & {
        actions?: React.ReactNode;
        aspectRatio?: AspectRatio;
        children?: React.ReactNode;
        columns?: number;
        enableFiltering?: boolean;
        filtering?: boolean;
        fit?: GridFit;
        inset?: GridInset;
        isLoading?: boolean;
        itemSize?: GridItemSize;
        navigationTitle?: string;
        onSearchTextChange?: (text: string) => void;
        onSelectionChange?: (id: string) => void;
        searchBarAccessory?: ReactNode;
        searchBarPlaceholder?: string;
        searchText?: string;
    }

    Type Declaration

    • Optionalactions?: React.ReactNode
    • OptionalaspectRatio?: AspectRatio
    • Optionalchildren?: React.ReactNode
    • Optionalcolumns?: number
    • OptionalenableFiltering?: boolean

      use filtering

    • Optionalfiltering?: boolean
    • Optionalfit?: GridFit
    • Optionalinset?: GridInset

      Amount of space to keep free around the edges of each item. The real amount of space this translates to depends on the selected on the aspect ratio and the number of columns.

    • OptionalisLoading?: boolean
    • OptionalitemSize?: GridItemSize
    • OptionalnavigationTitle?: string
    • OptionalonSearchTextChange?: (text: string) => void
    • OptionalonSelectionChange?: (id: string) => void
    • OptionalsearchBarAccessory?: ReactNode
    • OptionalsearchBarPlaceholder?: string
    • OptionalsearchText?: string