Datalynk Client
    Preparing search index...

    Interface ChatGuiOptions

    interface ChatGuiOptions {
        document?: Document;
        onClose?: () => void;
        onUnreadChange?: (count: number) => void;
        popout?: boolean;
        title?: string;
    }
    Index

    Properties

    document?: Document
    onClose?: () => void
    onUnreadChange?: (count: number) => void
    popout?: boolean
    title?: string