videosphere
    Preparing search index...

    Interface DraftLabelDefinition

    Saved draft label with display color for chips and autocomplete.

    interface DraftLabelDefinition {
        name: string;
        color: string;
    }
    Index

    Properties

    Properties

    name: string

    Label text shown on drafts.

    color: string

    Hex color (for example #6366f1).