HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Web SDK - IRainwayMessage

Home > @rainway/web > IRainwayMessage

IRainwayMessage type

Signature:

export declare type IRainwayMessage = {
    kind: "Media";
    body: IMediaBodyNotChunk;
} | {
    kind: "Logic";
    body: ILogicBody;
} | {
    kind: "Input";
    body: IInputBody;
};

References: IMediaBodyNotChunk, ILogicBody, IInputBody