Interface ClickChatOptions

interface ClickChatOptions {
    isMessagesModalVisible: boolean;
    updateIsMessagesModalVisible: ((isVisible: boolean) => void);
    chatSetting: string;
    islevel: string;
    showAlert?: ShowAlert;
}

Properties

isMessagesModalVisible: boolean
updateIsMessagesModalVisible: ((isVisible: boolean) => void)
chatSetting: string
islevel: string
showAlert?: ShowAlert