BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface RendererLoggingOptions

    Interface for renderer logging options.

    interface RendererLoggingOptions {
        console?: LoggingOptions;
        file?: LoggingOptions;
    }
    Index

    Properties

    Properties

    console?: LoggingOptions