item과 연동하여 tag 생성 시 필요한 정보에 관한 interface

interface ISetItemTagOption {
    parentId: string;
    pos?: TAG_POSITION;
    tag: HTMLElement;
}

Properties

Properties

parentId: string

연동될 item id

tag의 위치

tag: HTMLElement

생성할 HTML Element tag