@webshop/root - v1.0.0
HBO-ICT Knowledgebase
HBO-ICT.Cloud
Preparing search index...
web/src/services/ContactService
ContactService
Class ContactService
Implements
IContactService
Index
Constructors
constructor
Methods
send
Contact
Message
Constructors
constructor
new
ContactService
()
:
ContactService
Returns
ContactService
Methods
send
Contact
Message
sendContactMessage
(
name
:
string
,
email
:
string
,
message
:
string
,
)
:
Promise
<
boolean
>
Sends a request to /support/message POST route with provided name, email and message
Parameters
name
:
string
email
:
string
message
:
string
Returns
Promise
<
boolean
>
Author
Kyrylo Maliuha
Settings
Member Visibility
Private
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
send
Contact
Message
HBO-ICT Knowledgebase
HBO-ICT.Cloud
@webshop/root - v1.0.0
Loading...
Sends a request to /support/message POST route with provided name, email and message