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

    Interface for a focus request in the collection view.

    interface FocusRequest {
        direction: number;
        startIndex: number;
        targetIndex: number;
    }
    Index

    Properties

    direction: number

    The direction of focus movement.

    startIndex: number

    The starting index for focus movement.

    targetIndex: number

    The target index for focus movement.