본문으로 건너뛰기

LoadStartEvent

Since version 4.0.0

콘텐츠 로드를 시작하기 전에 발생하는 이벤트.

interface LoadStartEvent

Properties

로드할 콘텐츠의 URL / HTMLElement

이벤트를 발생시킨 컴포넌트의 인스턴스.

이벤트 타입.
이벤트 이름과 값이 같습니다.

로드할 콘텐츠의 비디오 옵션

Properties

src

>=4.0.0
src

string | HTMLElement | (string | HTMLElement)[]

로드할 콘텐츠의 URL / HTMLElement

target

>=4.0.0
target

View360

이벤트를 발생시킨 컴포넌트의 인스턴스.

Example
viewer.on("ready", evt => {
console.log(evt.target); // = viewer
});

type

>=4.0.0
type

string

이벤트 타입.
이벤트 이름과 값이 같습니다.

Example
viewer.on("ready", evt => {
console.log(evt.type); // "ready"
});

video

>=4.0.0
video

undefined | boolean | Partial<VideoConfig>

로드할 콘텐츠의 비디오 옵션