RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface UpdateMapDto

    Data Transfer Object for updating an existing Map.

    interface UpdateMapDto {
        heightLimit?: number;
        imageUrl?: string;
        name?: string;
    }
    Index

    Properties

    heightLimit?: number

    The new height limit of the map.

    imageUrl?: string

    The new URL of the map image.

    name?: string

    The new name of the map.