MyAutomations

Props#

proptyperequiredDescription
onCreateAutomation() => voidtrueA callback to call when user clicks on the "New" button. Use this to navigate to a view which renders AutomationCreator.
onEditAutomation(automation) => voidtrueA callback to call when user intents to edit an existing automation. Use this to navigate to a view which renders AutomationEditor.
filter(automation) => booleanfalseA predicate function callback used to filter the automations.
titlestringfalseCustomizes the title of the manager.
searchPlaceholderstringfalseCustomizes the placeholder of the search bar.
noAutomationsMessagestringfalseCustomizes the message displayed when no automations are found.
newButtonTextstringfalseCustomizes the text of the button used for creating new automations.
saveButtonTextstringfalseCustomizes the text of the button used for saving an automation.
deleteButtonTextstringfalseCustomizes the text of the button used for deleting an automation.
viewButtonTextstringfalseCustomizes the text of the view button on an item's menu.