Optional
classThe class list of the button. You can set multiple classes here. For example, 'btn btn-primary'.
Optional
disabled?: booleanIf true, the button is disabled. If false, the button is enabled.
Optional
dropdowned?: booleanIf true, the button is a dropdown button. If false, the button is a normal button.
Optional
icon?: stringThe icon of the button. You can use any valid FontAwesome icon class here. For example, 'fas fa-edit'.
The function that is called when the button is clicked. You can access the full record object while you define buttons in the OperationsFormatterConfigType.buttons function.
Optional
testThe test value attribute of the button. If set, the button will have a test value attribute with this value to make e2e testing easier.
Optional
title?: stringThe title of the button.
Optional
tooltip?: stringThe tooltip of the button.
The OperatorButtonType is a type for the operator buttons in the Operations formatter.