@inweb/viewer-visualize
    Preparing search index...

    Interface ICloud

    Defines the markup cloud object of the viewpoint.

    interface ICloud {
        color?: string;
        height?: number;
        id?: string;
        line_width?: number;
        position: IPoint;
        width?: number;
    }
    Index

    Properties

    color?: string

    Line color in hexadecimal color syntax #RGB using its primary color components (red, green, blue) written as hexadecimal numbers.

    height?: number

    Height of the cloud.

    id?: string

    Internal markup object identifier.

    line_width?: number

    Line width of the cloud.

    position: IPoint

    Coordinates of the top-left point (position) of the cloud.

    width?: number

    Width of the cloud.