Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    branding: ExportBranding | null = null

    Host-supplied export branding (theme tokens / logo / title). When set, the HTML format's "Include branding" checkbox defaults on and the branding is passed to ExportService on export. See ExportBranding.

    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
    selectedFormat: ExportFormat | null = 'markdown'

    Accessors

    Methods