doo.environment

Information about the Tabidoo environment.

currentApplication

Information about the current application. Its id, name, selected table, params, etc.

isPublicDashboard

The Tabidoo app can publish a dashboard without the need to log in. For example, to a company website. With this property you can easily detect this state and modify the behavior in the code.

isPublicForm

The Tabidoo app can also use a public form to collect data. Without the need to log in. For example, from a public company website. With this property you can easily detect this state and modify the behavior on the form.

queryParam

If the public form was run with parameters in the query string, here are their keys and values.

isServer

Whether the JavaScript code is running on the client or on the server.