Octra libraries - v2.0.0
Preparing search index...
@octra/ngx-components
BugReportService
Class BugReportService
Index
Constructors
constructor
Methods
get
Package
send
Report
Constructors
constructor
new
BugReportService
()
:
BugReportService
Returns
BugReportService
Methods
get
Package
getPackage
<
T
extends
BugReportTool
>
(
tool
:
T
,
)
:
{
dto
:
FeedbackRequestPropertiesDto
;
protocol
?:
File
;
protocolObj
:
BugReportProtocol
<
T
>
;
}
Type Parameters
T
extends
BugReportTool
Parameters
tool
:
T
Returns
{
dto
:
FeedbackRequestPropertiesDto
;
protocol
?:
File
;
protocolObj
:
BugReportProtocol
<
T
>
;
}
send
Report
sendReport
<
T
extends
BugReportTool
>
(
name
:
string
,
email
:
string
,
message
:
string
,
sendProtocol
:
boolean
,
screenshots
:
any
[]
,
tool
:
T
,
)
:
Observable
<
any
>
Type Parameters
T
extends
BugReportTool
Parameters
name
:
string
email
:
string
message
:
string
sendProtocol
:
boolean
screenshots
:
any
[]
tool
:
T
Returns
Observable
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Package
send
Report
Octra libraries - v2.0.0
Loading...