Application data.
True if destroy
is called and has destroyed all clients.
Values for the inputs declared in the components manifest file as a Javascript Map.
Values for the inputs declared in the components manifest file
'edit' when the component is used in the Studio, else 'view'.
Called when the time range is changed
Called when the VPN client status changes
Snapshot of the current time range
If the time range is adjustable.
Snapshot of the current VPN client status.
Creates a client to retrieve logging data.
Every time this method is called, a new client is created.
Creates a client to retrieve resource data.
Every time this method is called, a new client is created.
Experimental
Attaches a tooltip on the target element.
returns the tooltip instance
the target element
configures the tooltip message and other (optional) properties
Get the endpoint for a resource, the rel.
The name of the resource, see the reference for all resource relations.
Optional
params: { [param: string]: string }Extra query parameters, see the reference for all the URL and query paramaters that can be used for a specific resource.
Use this method to navigate to a specific page in the portal, for example the VNC-viewer. Don't use this method to navigate to navigate outside the Portal.
The URL to navigate to, don't include the host.
Set a new time range. Check timeRangeIsAdjustable
to verify the time range is adjustable
The time range to change to
Generated using TypeDoc
The Component Context provides access to the component's inputs, the page's time range, to the LoggingDataClient and ResourceDataClient and to other application data.