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

    Interface for managing selection logic within the application.

    Provides methods to handle, validate, and manage selections, as well as to cancel any pending selection operations.

    interface ISelectionManager {
        cancelPendingSelection(selection: null | HsSelection): void;
        handleSelection(selection: HsSelection): boolean;
        isSelectionValid(selection: HsSelection): boolean;
        manageSelection(): boolean;
    }

    Implemented by

    Index

    Methods

    • Parameters

      Returns void

    • Returns boolean