Beta
Given a string containing a JSON representation of a ViewState, applies that ViewState to the active viewport.
###TODO The JSON string should be enclosed in double quotes. Currently parser does not handle quoted arguments at all.
Extends
Methods
| Name | 
 Description | 
 | 
| constructor(..._args: any[]): ApplyViewTool | 
  | 
  | 
| parseAndRun(...args: string[]): boolean | 
  | 
  | 
| run(view?: ViewState): boolean | 
  | 
  | 
Inherited methods
| Name | 
Inherited from | 
 Description | 
| register(namespace?: I18NNamespace, i18n?: I18N): void Static | 
Tool | 
Register this Tool class with the ($ToolRegistry$refLinkSource=frontend-devtools/D:/vsts_a/3/s/core/frontend-devtools/node_modules/@bentley/imodeljs-frontend/lib/tools/Tool.d.ts@241). | 
Properties
| Name | 
Type | 
Description | 
 | 
| maxArgs Accessor StaticReadOnly | 
 undefined | 
  | 
  | 
| minArgs Accessor StaticReadOnly | 
 number | 
  | 
  | 
| toolId Static | 
string | 
  | 
  | 
Inherited properties
| Name | 
Type | 
Inherited from | 
Description | 
| description Static | 
string | 
Tool | 
Get the localized description for this Tool class. | 
| description | 
string | 
Tool | 
Get the localized description string from this Tool's class | 
| englishKeyin Static | 
string | 
Tool | 
Get the English keyin string for this Tool class. | 
| flyover Static | 
string | 
Tool | 
Get the localized flyover for this Tool class. | 
| flyover | 
string | 
Tool | 
Get the localized flyover string from this Tool's class | 
| hidden Static | 
boolean | 
Tool | 
If true, this Tool will not appear in the list from getToolList. | 
| i18n Static | 
I18N | 
Tool | 
The internationalization services instance used to translate strings from the namespace. | 
| iconSpec Static | 
string | 
Tool | 
The icon for this Tool. | 
| iconSpec | 
string | 
Tool | 
Get the iconSpec from this Tool's class. | 
| keyin Static | 
string | 
Tool | 
Get the localized keyin string for this Tool class. | 
| keyin | 
string | 
Tool | 
Get the localized keyin string from this Tool's class | 
| namespace Static | 
I18NNamespace | 
Tool | 
The I18NNamespace that provides localized strings for this Tool. | 
| toolId | 
string | 
Tool | 
Get the toolId string for this Tool class. | 
Defined in
            Last Updated:
                08 January, 2020