Preparing search index...
The search index is not available
dabeeomaps
dabeeomaps
model/map/IItemTagOption
ISetItemTagOption
Interface ISetItemTagOption
item과 연동하여 tag 생성 시 필요한 정보에 관한 interface
interface
ISetItemTagOption
{
parentId
:
string
;
pos
?:
TAG_POSITION
;
tag
:
HTMLElement
;
}
Index
Properties
parent
Id
pos?
tag
Properties
parent
Id
parent
Id
:
string
연동될 item id
Optional
pos
pos
?:
TAG_POSITION
tag의 위치
tag
tag
:
HTMLElement
생성할 HTML Element tag
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
parent
Id
pos
tag
dabeeomaps
Loading...
item과 연동하여 tag 생성 시 필요한 정보에 관한 interface