@fishjam-cloud/js-server-sdk - v0.29.0
    Preparing search index...

    Interface SendCompositionEventRequest

    SendCompositionEventRequest

    interface SendCompositionEventRequest {
        data?: any;
        eventName: string;
    }
    Index

    Properties

    Properties

    data?: any

    SendCompositionEventRequest

    eventName: string

    Name of the event delivered to the composition's templates.

    SendCompositionEventRequest