* The url of the view. * * @returns * * #### Example * ```js * console.log(myView.url); * ```
()
| 69 | * ``` |
| 70 | */ |
| 71 | public get url() { |
| 72 | return `${window.location.origin}/workbench/${this.datasheetId}/${this.id}`; |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Get the specified record in the view. |
no outgoing calls