ActionButtonCommand

Commands to assign to Action Buttons that open Row Forms: 'create', 'clone', 'edit' or 'delete'

TypeScript
export type ActionButtonCommand = 'create' | 'clone' | 'edit' | 'delete';