Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias FootprintConfig

    type FootprintConfig = {
        __EXPERIMENTAL_darkenSpacesExposedToAbove?: boolean;
        color: string | Partial<Record<Floor["id"], string>>;
        opacity?: number;
        outline: boolean;
        spacesOpenToBelowEnabled: boolean;
    }
    Index

    Properties

    __EXPERIMENTAL_darkenSpacesExposedToAbove?: boolean

    Whether to darken spaces that are exposed to the floor above.

    true
    
    color: string | Partial<Record<Floor["id"], string>>

    The color of the footprint. Can be a single color string applied to all floors, or an object mapping floor IDs to colors. Floors without a specified color will use the default ('#ffffff').

    opacity?: number

    Optional opacity override. If provided, overrides internal elevation-based opacity calculation.

    outline: boolean

    Whether to show outlines on footprint walls and ceilings.

    spacesOpenToBelowEnabled: boolean

    Whether spaces open to below (ceiling cutouts) are enabled.