콘텐츠 객체의 종류를 가져옵니다.
{ibtab}.contents.items(idx).getType();
Name | Type | Required | Description |
---|---|---|---|
idx |
number |
필수 | 탭아이템의 인덱스 |
string
: 콘텐츠 객체의 종류
console.log(myTab.contents.items(0).getType());
version | desc |
---|---|
7.3.0.0 |