Options for a CanvasSandbox.

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

Properties

devMode: boolean

Should the sandbox render developer information?

false
injectDefaultCss: boolean

Should the sandbox default CSS be injected into the body?

true