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

    Interface IManagedCustomReaderViewContent

    Wraps ICustomReaderViewContent instances and provides their containerElements and lifecycles when rendered with a ReaderView.

    interface IManagedCustomReaderViewContent {
        removeFrom(element: HTMLElement): void;
        renderTo(element: HTMLElement): void;
    }

    Methods

    • Removes a containerElement previously added with renderTo()

      Parameters

      • element: HTMLElement

      Returns void

    • Renders a containerElement with the correct layout and calls the underlying ICustomPageContent

      Parameters

      • element: HTMLElement

      Returns void