$buttons public property
List of buttons. Each array element represents a single button which can be specified as a string or an array of the following structure: label: string, required, the button label. options: array, optional, the HTML attributes of the button. visible: boolean, optional, whether this button is visible. Defaults to true.
public array $buttons = []