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