Viktorani API - v0.0.8
    Preparing search index...

    Interface ManagedLabel

    A reusable colour label that can be attached to players or teams.

    interface ManagedLabel {
        color: string;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    color: string

    CSS hex colour (e.g. '#6366f1').

    id: string
    name: string