How to get $info in getEventClickContextMenuActions() ? #69
-
Hi, I need to be able to retrieve event information to use as arguments for some of my actions. How can I do this? public function getEventClickContextMenuActions(): array
{
return [
$this->viewTaskAction()
->arguments([
//
]),
];
} |
Beta Was this translation helpful? Give feedback.
Answered by
lukas-frey
Jan 30, 2025
Replies: 1 comment 1 reply
-
You can access them in the mountUsing method, such as here |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hugomyb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can access them in the mountUsing method, such as here