Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    cancelled: EventEmitter<void> = ...
    conversation?: MJConversationEntity
    currentUser: UserInfo
    errorMessage: string = ''
    exported: EventEmitter<void> = ...
    exportOptions: ExportOptions = ...
    formats: {
        description: string;
        icon: string;
        name: string;
        value: ExportFormat;
    }[] = ...
    isExporting: boolean = false
    isVisible: boolean = false
    selectedFormat: ExportFormat | null = 'markdown'

    Accessors

    Methods