CCC Docs
    Preparing search index...

    Interface BitRenderOptions

    interface BitRenderOptions {
        dobData: string | RenderOutput[];
        outputType?: "svg";
    }
    Index

    Properties

    Properties

    dobData: string | RenderOutput[]
    outputType?: "svg"