Type alias DeprecatedTagProperty

DeprecatedTagProperty: {
    dimensionType?: "2D" | "3D";
    pointType?: "PlaneTag" | "PointTag";
}

Type declaration

  • Optional dimensionType?: "2D" | "3D"

    Deprecated

    2维/3维类型,已废弃,使用 stickType 代替

  • Optional pointType?: "PlaneTag" | "PointTag"

    Deprecated

    一个点的标签/4个点的标签,已废弃,使用 stickType 代替

Deprecated