hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface ICollectionViewFocusSettings

    Interface for focus settings in a collection view row.

    interface ICollectionViewFocusSettings {
        canLongPress?: boolean;
        displayMode?: FocusDisplayMode;
        feedbackOffsets?: [number, number, number, number];
        focusedScale?: number;
        horizAnimSettings?: "floating" | "fixed";
        indicatorAppearance?: "none" | "onTop" | "underneath";
        indicatorBlendColor?: string;
        indicatorImageUri?: string;
        speed?: "slow" | "normal" | "fast";
        vertAnimSettings?: "fixed";
    }
    Index

    Properties

    canLongPress?: boolean

    Whether long press is enabled.

    displayMode?: FocusDisplayMode
    feedbackOffsets?: [number, number, number, number]

    Feedback offsets for the focus indicator.

    focusedScale?: number
    horizAnimSettings?: "floating" | "fixed"

    Horizontal animation settings ('floating' or 'fixed').

    indicatorAppearance?: "none" | "onTop" | "underneath"

    Appearance of the focus indicator.

    indicatorBlendColor?: string

    Blend color for the focus indicator.

    indicatorImageUri?: string

    Image URI for the focus indicator.

    speed?: "slow" | "normal" | "fast"

    Animation speed for focus movement.

    vertAnimSettings?: "fixed"

    Vertical animation settings.