pub type TreeNode = OptionNode;Expand description
Alias for clarity when used by TreeSelect.
Aliased Type§
pub struct TreeNode {
pub key: String,
pub label: String,
pub disabled: bool,
pub children: Vec<OptionNode>,
}Fields§
§key: String§label: String§disabled: bool§children: Vec<OptionNode>