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

    Used with ReaderView.addRenderer() to control when the associated renderer should be used as the ReaderView's activeRenderer.

    interface IResponsiveViewRule {
        matches(): boolean;
    }

    Implemented by

    Methods

    • Should return true if the associated Renderer should be used as the ReaderView's activeRenderer.

      Returns boolean