-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
priority: lowlow prioritylow prioritystatus: freezeris currently put on holdis currently put on holdtype: experimentaladdition of an experimental featureaddition of an experimental feature
Description
The lambda callback should be added to the SlashButton class such as SlashButton#style(String label, Consumer<ButtonClickEvent> lambda).
SlashButton.primary("Refresh", event -> { ... });Note: In order to make the lambda callbacks persistent, a pre-processing would be interesting. We would first create a registry/cache for all the callbacks (map index to callback).
Metadata
Metadata
Assignees
Labels
priority: lowlow prioritylow prioritystatus: freezeris currently put on holdis currently put on holdtype: experimentaladdition of an experimental featureaddition of an experimental feature