Dashboard

Functions

The Functions dashboard is where you can see and manage all your bem functions.

Filter and Search Functions

Filtering and searching in Functions dashboard

  • Use the search bar(1) on the left to filter functions by their name (displayName);
  • Filter the functions by their type using the dropdown(2) on the right.

Managing Functions

Managing functions in Functions dashboard

  • Use the New Function button(1) to navigate to Playground to create a new function;
  • Click on a function or use Edit & Test(2) (visible on hover) to open the function and its tree in the Playground;
  • Use the Delete button(3) to delete the function;
  • Click on the function's functionName badge(4) to copy the function name to your clipboard for usage in API calls.

Learn More