Member Junction
Preparing search index...
@memberjunction/ng-conversations
ExportModalComponent
Class ExportModalComponent
Index
Constructors
constructor
Properties
cancelled
conversation?
current
User
error
Message
exported
export
Options
formats
is
Exporting
is
Visible
selected
Format
Accessors
can
Export
export
Title
Methods
on
Cancel
on
Export
select
Format
Constructors
constructor
new
ExportModalComponent
(
exportService
:
ExportService
,
dialogService
:
DialogService
,
toastService
:
ToastService
,
)
:
ExportModalComponent
Parameters
exportService
:
ExportService
dialogService
:
DialogService
toastService
:
ToastService
Returns
ExportModalComponent
Properties
cancelled
cancelled
:
EventEmitter
<
void
>
= ...
Optional
conversation
conversation
?:
MJConversationEntity
current
User
currentUser
:
UserInfo
error
Message
errorMessage
:
string
= ''
exported
exported
:
EventEmitter
<
void
>
= ...
export
Options
exportOptions
:
ExportOptions
= ...
formats
formats
:
{
description
:
string
;
icon
:
string
;
name
:
string
;
value
:
ExportFormat
;
}
[]
= ...
is
Exporting
isExporting
:
boolean
= false
is
Visible
isVisible
:
boolean
= false
selected
Format
selectedFormat
:
ExportFormat
|
null
= 'markdown'
Accessors
can
Export
get
canExport
()
:
boolean
Returns
boolean
export
Title
get
exportTitle
()
:
string
Returns
string
Methods
on
Cancel
onCancel
()
:
void
Returns
void
on
Export
onExport
()
:
Promise
<
void
>
Returns
Promise
<
void
>
select
Format
selectFormat
(
format
:
ExportFormat
)
:
void
Parameters
format
:
ExportFormat
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cancelled
conversation
current
User
error
Message
exported
export
Options
formats
is
Exporting
is
Visible
selected
Format
Accessors
can
Export
export
Title
Methods
on
Cancel
on
Export
select
Format
Member Junction
Loading...