탭아이템 객체의 제목을 가져옵니다.
{ibtab}.tabs.items(idx).getTitle();
Name | Type | Required | Description |
---|---|---|---|
idx |
number |
필수 | 탭아이템의 인덱스 |
string
: 탭아이템 객체의 제목
console.log(myTab.tabs.items(0).getTitle());
version | desc |
---|---|
7.3.0.0 |