Constructor
new AppearEvent(type, option)
Parameters:
Name | Type | Description |
---|---|---|
type |
이벤트 타입 | |
option |
이벤트 데이터 |
- Implements:
- AppearEventData.<T>
- Source:
Classes
Members
(static) APPEAR
이벤트 타입 - 진입
- Source:
(static) APPEAR :string
이벤트 타입 - 진입
Type:
- string
- Source:
(static) DISAPPEAR
이벤트 타입 - 이탈
- Source:
(static) DISAPPEAR :string
이벤트 타입 - 이탈
Type:
- string
- Source:
actor :T
참조되는 관찰대상
Type:
- T
- Source:
entry :IntersectionObserverEntry
인터섹션 옵저버의 진입, 이탈 당시 관찰 상태
Type:
- IntersectionObserverEntry
- Source:
type :string
이벤트 타입
Type:
- string
- Source: