MVFv3 API Documentation
    Preparing search index...

    The default style extension defines a defaultStyle property on the MVF, which is a record of style tokens to DefaultStyle objects.

    type DefaultStyleSchema = {
        defaultStyle: {
            [key: string]: {
                geometryAnchors: { floorId: `f_${string}`; geometryId: `g_${string}` }[];
            } & { extra?: { [key: string]: unknown } } & {
                altitude: number;
                buffer: number;
                color: string;
                height: number;
                opacity: number;
                hidden?: boolean;
            };
        };
    }
    Index

    Properties

    Properties

    defaultStyle: {
        [key: string]: {
            geometryAnchors: { floorId: `f_${string}`; geometryId: `g_${string}` }[];
        } & { extra?: { [key: string]: unknown } } & {
            altitude: number;
            buffer: number;
            color: string;
            height: number;
            opacity: number;
            hidden?: boolean;
        };
    }