scrollUnit
정보
이 기능은 PRO 에디션에서만 사용할 수 있습니다.
Description
Units 뷰에서 지정된 단위 수만큼 스크롤합니다.
scrollUnit: (step: number) => void
Parameters
step- (required) number - 스크롤할 단위 수 (양수 값을 사용하면 오른쪽으로, 음수 값을 사용하면 왼쪽으로 스크롤합니다).
Example
scheduler.scrollUnit(5); // 오른쪽으로 5 단위 스크롤
...
scheduler.scrollUnit(-5); // 왼쪽으로 5 단위 스크롤
Applicable views: Units view
Details
노트
이 메서드는 units 플러그인이 활성화되어 있어야 합니다.
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.