Hosanna UI API v1.30.2-next
    Preparing search index...

    Interface ICollectionViewFocusSettings

    Interface for focus settings in a collection view row.

    interface ICollectionViewFocusSettings {
        canLongPress?: boolean;
        feedbackOffsets?: [number, number, number, number];
        focusedScale?: number;
        hideFocusIndicator?: boolean;
        horizAnimSettings?: RowFocusAnimationStrategy;
        indicatorBlendColor?: string;
        indicatorImageUri?: string;
        vertAnimSettings?: "fixed";
    }
    Index

    Properties

    canLongPress?: boolean

    Whether long press is enabled.

    feedbackOffsets?: [number, number, number, number]

    Feedback offsets for the focus indicator.

    focusedScale?: number
    hideFocusIndicator?: boolean

    Appearance of the focus indicator.

    horizAnimSettings?: RowFocusAnimationStrategy

    Horizontal animation strategy.

    indicatorBlendColor?: string

    Blend color for the focus indicator.

    indicatorImageUri?: string

    Image URI for the focus indicator.

    vertAnimSettings?: "fixed"

    Vertical animation settings.