masto
    Preparing search index...

    Interface Dimension

    Represents qualitative data about the server.

    interface Dimension {
        data: DimensionData[];
        key: keyof DimensionKeyRegistry;
    }
    Index

    Properties

    Properties

    The data available for the requested dimension.

    The unique keystring for the requested dimension.