Create a client state parameter for Work scheduler
Add custom client state parameter values to add properties to the card components.
Before you begin
Role required: admin, workspace_admin, or ui_builder_admin
Procedure
- Select the Client state icon (
Image omitted: client-state-icon.png
Client state icon\).
Client state icon\).
In the Client state parameters section, click +Add.
Create the client state parameter.
- In the Name field, enter cardProps.
- From the Type menu, select JSON.
- In the Initial value field, select Edit.
In the Initial value pop-up screen, enter the following code:
{ "tagline": {}, "heading": {}, "dropdowns": [], "content": [], "assignedTo": null, "aria": {} }Select Apply. Here's a demo on how to create client state parameters.
What to do next
Create page scripts for Work scheduler
Parent Topic:Create a Work scheduler card using the Next Experience UI Builder
Related topics