Sitemap
SitemapSDK
SitemapSDK =
object
Utilities to interact with the Sitemap page.
Properties
addRequestEditorExtension()
addRequestEditorExtension: (
extension:Extension) =>void
Add an extension to the request editor.
Parameters
| Parameter | Type | Description |
|---|---|---|
extension | Extension | The extension to add. |
Returns
void
addRequestViewMode()
addRequestViewMode: (
options:RequestViewModeOptions) =>void
Add a custom request view mode.
Parameters
| Parameter | Type | Description |
|---|---|---|
options | RequestViewModeOptions | The view mode options. |
Returns
void
getScopeId()
getScopeId: () =>
ID|undefined
Get the current scope ID.
Returns
ID | undefined
The current scope ID.
setScope()
setScope: (
id:ID|undefined) =>void
Set the current scope.
Parameters
| Parameter | Type | Description |
|---|---|---|
id | ID | undefined | The ID of the scope to set. |
Returns
void
