Livewire can use in resources

In filament Resource can i use livewire variable as $this->data. I have a repeted value and i am going to assign that value to the $this->data in the mount function. i want to use that variable in different place like, ->getStateUsing,action,form,table ,->default etc...
Was this page helpful?