Typescript Library Declarations (DOM)
Interface RTCDTMFToneChangeEventInit
interface
RTCDTMFToneChangeEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
tone
?:
string
;
}
Hierarchy
EventInit
RTCDTMFToneChangeEventInit (
view full
)
Index
Properties
bubbles?
cancelable?
composed?
tone?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
tone
tone
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
tone
Typescript Library Declarations (DOM)