Skip to main content

create_label

Function create_label 

Source
pub fn create_label(
    store: &Store,
    name: &str,
    color: Option<String>,
    description: Option<String>,
) -> Result<LabelDef>
Expand description

Create a label. If color is None, auto-pick the first unused palette color.