BIM.works SDKs - v1.5.0-b164
    Preparing search index...

    Type Alias ScreenshotOptions

    type ScreenshotOptions = {
        backgroundColor?: Color;
        includeText?: boolean;
    }
    Index

    Properties

    backgroundColor?: Color

    Override the default background-color (which is #FFFFFF00, fully transparent)

    includeText?: boolean

    Whether to include the text labels or not, default = true