banira
    Preparing search index...

    Interface ScreenshotOptions

    interface ScreenshotOptions {
        fullPage?: boolean;
        selector?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    fullPage?: boolean

    Screenshot the whole page instead of a single element.

    selector?: string

    CSS selector to screenshot (defaults to the mounted tag).