Documentation
    Preparing search index...

    Interface CanvasSandboxOptions

    Options for a CanvasSandbox.

    interface CanvasSandboxOptions {
        devMode: boolean;
        injectDefaultCss: boolean;
    }
    Index

    Properties

    devMode: boolean

    Should the sandbox render developer information?

    false
    
    injectDefaultCss: boolean

    Should the sandbox default CSS be injected into the body?

    true