ActionHandler
Defines an action handler for BUTTON type settings.
Usage:
@Setting(
title = "Clear Cache",
category = System::class,
type = Button::class
)
@ActionHandler(ClearCacheAction::class)
val clearCache: Unit = UnitContent copied to clipboard