AVP 3DWS Deck Documentation
    Preparing search index...

    Type Alias DeckStreamInitializedEvent

    Event that fires when the stream has loaded all the necessary assets, including the car and the environment.

    CustomEvent of type streamInitialized

    .addEventListener('streamInitialized', (event) =>
    console.log("The stream finished initializing and the content finished loading.")
    )
    type DeckStreamInitializedEvent = {
        detail: boolean;
        type: "streamInitialized";
    }
    Index

    Properties

    Properties

    detail: boolean
    type: "streamInitialized"