UI location for the frame.
()
| 38 | |
| 39 | /** UI location for the frame. */ |
| 40 | uiLocation(): Promise<IPreferredUiLocation | undefined> | IPreferredUiLocation | undefined; |
| 41 | |
| 42 | /** |
| 43 | * Gets variable scopes on this frame. All scope variables should be added |
no outgoing calls
no test coverage detected