todo: add description for webShare message

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

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