Module customizable

Source
Expand description

customizable view implementation for the view system.

This module provides a customizable view implementation for the view system. customizable views allow for programmatic creation of views with custom buttons.

Structs§

ClickButton
A click button.
CustomizableView
A customizable view.
ToggleButton
A toggle button.

Enums§

CustomizableViewButton
A button in a customizable view.

Traits§

CustomButton
A trait for custom buttons.

Type Aliases§

ClickAction
A function that returns a click future.
ClickFuture
A future that returns a unit.
FetchFunction
A function that returns a fetch future.
FetchFuture
A future that returns a boolean.
PushFunction
A function that returns a push future.
PushFuture
A future that returns a unit.