g3-toolkit API Reference
    Preparing search index...

    Interface Glyph

    interface Glyph {
        color?: string;
        fill?: string;
        icon?: string;
        slot:
            | "top-left"
            | "top-right"
            | "bottom-left"
            | "bottom-right"
            | "top"
            | "bottom";
        text?: string;
    }
    Index

    Properties

    color?: string
    fill?: string
    icon?: string

    Icon reference into the registered icon set.

    slot:
        | "top-left"
        | "top-right"
        | "bottom-left"
        | "bottom-right"
        | "top"
        | "bottom"

    Boundary slot, KeyLines/Ogma vocabulary.

    text?: string

    Text content (short: counts, status letters); truncation is the adapter's job with ellipsis.