슬라이드뷰 아이템의 overlap_type값을 반환하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| index | long | overlap_type값을 확인할 index번호 |
| Type | Description |
|---|---|
| short | overlap_type 상수 (Remark 참조) |
** overlap_type 상수 0: inherit 1: none 2: left 3: right 4: top 5: bottom 6: left_top 7: right_bottom 8. left_bottom 9. right_top 10.random
function getitemoverlaptype_on_mouseup()
{
var data = slideView.getitemoverlaptype(0);
screen.alert(data);
}