ScreenshotOptions: {
    backgroundColor?: Color;
    includeText?: boolean;
}

Type declaration

  • Optional backgroundColor?: Color

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

  • Optional includeText?: boolean

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