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

    Interface IArrow

    Defines the markup arrow object of the viewpoint.

    interface IArrow {
        color?: string;
        end: IPoint;
        id?: string;
        start: IPoint;
    }
    Index

    Properties

    Properties

    color?: string

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

    end: IPoint

    Coordinales of the end point of arrow.

    id?: string

    Internal markup object identifier.

    start: IPoint

    Coordinales of the start point of arrow.