@hydroperx/metro
    Preparing search index...

    Class TilesState

    The state of a Tiles component, containing positions and labels.

    Index

    Constructors

    Properties

    groups: Map<string, { index: number; label: string }> = ...
    tiles: Map<
        string,
        {
            color?: string;
            group: string;
            iconSize?: TileIconSize;
            labelColor?: string;
            size: TileSize;
            style?: TileStyle;
            x: number;
            y: number;
        },
    > = ...

    Methods