NewTabTargetOptions Object
Represents the NEW_TAB target options for an app extension.
type NewTabTargetOptions {
method: HttpMethod!
}
Fields
NewTabTargetOptions.method
● HttpMethod!
non-null enum miscellaneous
HTTP method for New Tab target (GET or POST)
Member Of
AppExtensionOptionsNewTab
object