Teleforge API Reference - v0.1.0
Preparing search index...
web/src
HapticFeedback
Interface HapticFeedback
interface
HapticFeedback
{
impactOccurred
(
style
:
"light"
|
"medium"
|
"heavy"
|
"rigid"
|
"soft"
,
)
:
void
;
notificationOccurred
(
type
:
"error"
|
"success"
|
"warning"
)
:
void
;
selectionChanged
()
:
void
;
}
Index
Methods
impact
Occurred
notification
Occurred
selection
Changed
Methods
impact
Occurred
impactOccurred
(
style
:
"light"
|
"medium"
|
"heavy"
|
"rigid"
|
"soft"
)
:
void
Parameters
style
:
"light"
|
"medium"
|
"heavy"
|
"rigid"
|
"soft"
Returns
void
notification
Occurred
notificationOccurred
(
type
:
"error"
|
"success"
|
"warning"
)
:
void
Parameters
type
:
"error"
|
"success"
|
"warning"
Returns
void
selection
Changed
selectionChanged
()
:
void
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
impact
Occurred
notification
Occurred
selection
Changed
Teleforge API Reference - v0.1.0
Loading...