Home > @i2analyze/notebook-sdk > app > IServerComponents > baseUrl
app.IServerComponents.baseUrl property
Gets the base URL of the i2 Analyze server. For example, http://localhost:3000/opal/
.
Signature:
readonly baseUrl: string;
Returns: string
Introduced: version 1.1
Remarks
The base URL always ends with a forward slash, and never contains query parameters.