object_data
object_data: {
bottom_y: number;
color?: string;
height: number;
opacity?: number;
shape: Record<string, any>;
visible?: boolean;
}
Type declaration
bottom_y: number
Optionalcolor?: string
height: number
Optionalopacity?: number
shape: Record<string, any>
Optionalvisible?: boolean
标注所在楼层