We found 14 matches for: State UI: page

An overview of all State UI: page blocks currently available, updated daily!

state: datatable selection

Returns the current datatable selection.

In-pins

flow
state key
State key of the datatable to retrieve the selection from

Out-pins

flow
selection
state: page

Build a page on the given URI.

Out-pins

flow
Connection
Params
Query
state: render login

Sends the combined HTML to the frontend and renders the login.

In-pins

flow
connection
title
The title of this page.
description
A small description of the page.
body
The default HTML displayed on this page. We will serve the main base using SSR (Server Side Rendering).
state: introduction

Renders the introduction card helping with the start and setup of the new cluster.

Out-pins

state
state: remove from state array

Removes given value from the array on the frontend and triggers updates based of it.

In-pins

flow
state key
State key to update

Out-pins

flow
state: add to state array

Adds given value to the array on the frontend and triggers updates based of it.

In-pins

flow
state key
State key to update

Out-pins

flow
state: update state

Sends a state update to the frontend and triggers updates based of it.

In-pins

flow
state key
State key to update
skip trigger
if true given, it will not send this update back to the backend.

Out-pins

flow
state: refresh page

Refreshes the current page directly.

In-pins

flow

Out-pins

flow
state: update state if empty

Sends a state update to the frontend and triggers updates based of it if the field is empty.

In-pins

flow
state key
State key to update

Out-pins

flow
state: logout

Logs the user out.

In-pins

flow

Out-pins

flow
state: redirect

Sends the user to the given page directly.

In-pins

flow
uri
The URI the user will be redirected to. Can start with slash for relative URIs.

Out-pins

flow
state: render page

Sends the combined HTML to the frontend and renders the page.

In-pins

flow
connection
title
The title of this page.
description
A small description of the page.
body
The default HTML displayed on this page. We will serve the main base using SSR (Server Side Rendering).

Out-pins

onload
This function will trigger when the page has been loaded succesfully and the viewer supports websockets.
state: rerender state

Sends all previously non-processed state updates to the UI directly without waiting for further updates.

In-pins

flow

Out-pins

flow
state: refresh datatable

Sends a state update to the datatable to refresh their data.

In-pins

flow
state key
State key of the datatable to update

Out-pins

flow