Other Libraries
Demo
Getting Started
Overview
Installation
Options
activeIndex
allowScroll
allowScrollDown
allowScrollUp
isAutoHeight
name
setActiveIndex
topScrollOnChange
transitionDuration
< Sidemenu
setActiveIndex
activeIndex
의 변경을 위해 필요한 필수 옵션입니다. 라이브러리 외부에서
activeIndex
의 조작을 할 때 사용할 수 있습니다.
component :
<FullpageContainer />
required :
true
type :
(value: number) => void;
예시
아래는
setActiveIndex
를 사용하여
controller
를 구현한 예제 코드 입니다.