euv-ui 0.8.22

Reusable UI component library for the euv framework, providing buttons, cards, modals, inputs, and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// 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";

/// The URL for checking the latest euv crate documentation status.
pub(crate) const DOCS_STATUS_URL: &str = "https://docs.rs/crate/euv/latest/status.json";

/// The invoke command name for updating the local cache via bridge.
pub(crate) const INVOKE_UPDATE_CACHE: &str = "update_cache";