OpenCut Engine API - v0.1.0
    Preparing search index...

    Interface NotificationMessage

    A single notification message (e.g. a WhatsApp-style popup).

    interface NotificationMessage {
        delaySec: number;
        sender: string;
        text: string;
    }
    Index

    Properties

    Properties

    delaySec: number

    Delay from segment start in raw seconds before this message appears.

    sender: string

    Display name of the sender.

    text: string

    Message body text.