MCPcopy Create free account
hub / github.com/apitable/apitable / url

Method url

packages/widget-sdk/src/script/view.ts:71–73  ·  view source on GitHub ↗

* The url of the view. * * @returns * * #### Example * ```js * console.log(myView.url); * ```

()

Source from the content-addressed store, hash-verified

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.

Callers 13

create500ThousandArrayFunction · 0.45
getUrlMethod · 0.45
getHtmlTitleMethod · 0.45
getTitleMethod · 0.45
customOpenAPIMethod · 0.45
urlUploadMethod · 0.45
downloadAndUploadUrlMethod · 0.45
getStreamMethod · 0.45
uploadRemoteUrlMethod · 0.45
getObjectMethod · 0.45

Calls

no outgoing calls

Tested by 1

create500ThousandArrayFunction · 0.36