© 2026 Hedgehog Software, LLC
->hidden()
public function testAction(): Action { return Action::make('test') ->hidden() ->label('Test Action') ->action(fn () => dd('TODO')); }