view('filament::global-search.actions.button-action'); return $this; } public function link(): static { $this->view('filament::global-search.actions.link-action'); return $this; } public function iconButton(): static { $this->view('filament::global-search.actions.icon-button-action'); return $this; } }