@jellyfin/sdk
    Preparing search index...

    Interface ActivityLogEntryStartMessage

    Activity log entry start message. Data is the timing data encoded as "$initialDelay,$interval" in ms.

    ActivityLogEntryStartMessage

    interface ActivityLogEntryStartMessage {
        Data?: null | string;
        MessageType?: SessionMessageType;
    }
    Index

    Properties

    Properties

    Data?: null | string

    Gets or sets the data.

    ActivityLogEntryStartMessage

    MessageType?: SessionMessageType

    ActivityLogEntryStartMessage