Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IPossibleNavigationActions

    Used by RendererRuntimes to notify a ReaderView of which NavigationActions can be performed.

    interface IPossibleNavigationActions {
        current: boolean;
        nextContentRange: boolean;
        nextRenderablePage: boolean;
        previousContentRange: boolean;
        previousRenderablePage: boolean;
    }

    Properties

    current: boolean

    Corresponds to NavigationAction.CURRENT

    nextContentRange: boolean

    Corresponds to NavigationAction.NEXT_CONTENT_RANGE

    nextRenderablePage: boolean

    Corresponds to NavigationAction.NEXT_RENDERABLE_PAGE

    previousContentRange: boolean

    Corresponds to NavigationAction.PREVIOUS_CONTENT_RANGE

    previousRenderablePage: boolean

    Corresponds to NavigationAction.PREVIOUS_RENDERABLE_PAGE