euv-ui 0.8.23

Reusable UI component library for the euv framework, providing buttons, cards, modals, inputs, and more.
Documentation
1
2
3
4
5
6
7
8
/// The argument key for specifying a bridge group name.
pub(crate) const BRIDGE_GROUP_KEY: &str = "group";

/// The invoke command name for resolving bridge group permissions.
pub(crate) const INVOKE_RESOLVE_BRIDGE_GROUP_PERMISSIONS: &str = "resolve_bridge_group_permissions";

/// The bridge group name for querying all permissions.
pub(crate) const BRIDGE_GROUP_ALL: &str = "all";