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

    Interface CollectionViewEvent

    CollectionViewEvent extends ViewEvent for collection view-specific events.

    interface CollectionViewEvent {
        direction?: CollectionViewDirection;
        itemIndex?: number;
        percent?: number;
        preventDefault?: boolean;
        rowIndex: number;
        type: CollectionEventType;
        view: CollectionViewView;
    }

    Hierarchy

    Index

    Properties

    The direction of the event, if applicable.

    itemIndex?: number

    The item index involved in the event, if any.

    percent?: number

    The percent completion for the event, if applicable.

    preventDefault?: boolean
    rowIndex: number

    The row index involved in the event.

    The type of collection event.