FileName: IUserTagInfo.ts Description : tag option interface Change History

2025.06.19

Clara

api-270 [Three.js] setPoiTag 생성 시 에러 로그 출력 & tag Interface refactoring 2024.07.04

Emilia

pos 추가 2024.05.24

Clara

camera2dOnly tag 구현

interface ISetTagOption {
    floorId?: string;
    position: {
        x: number;
        y: number;
        z?: number;
    };
    tag: HTMLElement;
}

Properties

Properties

floorId?: string

floorID

position: {
    x: number;
    y: number;
    z?: number;
}

태그가 생성될 위치좌표

Type declaration

  • x: number
  • y: number
  • Optional z?: number
tag: HTMLElement

표출할 DOM