For the complete documentation index, see llms.txt. This page is also available as Markdown.

f.Content().Scroll.offset

f.Content(fid, sectorSUID).Scroll.offset

개요

현재 스크롤의 위치 offset을 설정하거나 가져옵니다.

예시

//그룹 혹은 레이아웃 기준
let currentOffset = f.Content("그룹/레이아웃 아이디").Scroll.offset 
f.Content("그룹/레이아웃 아이디").Scroll.offset  = 200

마지막 업데이트

도움이 되었나요?