@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface WebShareParams

    todo: add description for webShare message

    interface WebShareParams {
        text?: string;
        title?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    text?: string

    todo: add description for 'text' field

    title?: string

    todo: add description for 'title' field

    url?: string

    todo: add description for 'url' field