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

    Interface Tag

    A question classifier. Tags replace the legacy category system (see ADR-0007). A question can have zero or more tags; filtering is tri-state per tag.

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

    Properties

    Properties

    color: string

    CSS hex colour for the tag pill (e.g. '#9b59b6').

    id: string
    name: string