Skip to main content

LinkBrowserExtensionInfo

Browser extension info for a link.

type LinkBrowserExtensionInfo {
shouldCreateIntent: Boolean!
shouldShowPopup: Boolean!
urlRegex: String
}

Fields

LinkBrowserExtensionInfo.shouldCreateIntent ● Boolean! non-null scalar

Whether to create an intent in the extension for this link

LinkBrowserExtensionInfo.shouldShowPopup ● Boolean! non-null scalar

Whether to show a popup in extension for this link

LinkBrowserExtensionInfo.urlRegex ● String scalar

Regex matching the website of the link's merchant. Used in the Max browser extension

Member of

Link object