frontend
    Preparing search index...

    Interface GameCategory

    A category grouping related game routes with a category label i18n key.

    interface GameCategory {
        icon: string;
        labelKey: string;
        routes: readonly GameRoute[];
    }
    Index

    Properties

    Properties

    icon: string

    Emoji icon displayed next to the category name in navigation.

    labelKey: string
    routes: readonly GameRoute[]