OneSDK
    Preparing search index...

    Interface LiveChatRenderer

    interface LiveChatRenderer {
        actionPanel: ActionPanel;
        actions: YouTube.Action[];
        continuations: any[];
        emojis?: EmojiSrcs[];
        header: any;
        trackingParams: string;
        viewerName: string;
    }
    Index

    Properties

    actionPanel: ActionPanel
    actions: YouTube.Action[]
    continuations: any[]
    emojis?: EmojiSrcs[]
    header: any
    trackingParams: string
    viewerName: string