@vonage/vivid-react
Version:
Vivid wrapped for easy React usage & IDE autocomplete support & typescript typings
156 lines (151 loc) • 2.68 kB
JavaScript
/*
* DO NOT EDIT THIS FILE. IT IS GENERATED
*/
/*
Code in this file were generated using following JSON:
{
"kind": "class",
"description": "",
"name": "DelegateAriaBehavior",
"members": [
{
"kind": "field",
"name": "boundProperties",
"type": {
"text": "BoundAriaProperties<T>"
},
"privacy": "private",
"readonly": true
},
{
"kind": "field",
"name": "forwardedProperties",
"type": {
"text": "Set<AriaPropertyName>"
},
"privacy": "private",
"readonly": true
},
{
"kind": "field",
"name": "target",
"type": {
"text": "HTMLElement | null"
},
"privacy": "private",
"default": "target"
},
{
"kind": "method",
"name": "bind",
"parameters": [
{
"name": "controller",
"type": {
"text": "ViewController"
}
}
]
},
{
"kind": "field",
"name": "bindingBehaviours",
"type": {
"text": "AttributeBindingBehavior[]"
},
"privacy": "private",
"default": "[]"
},
{
"kind": "method",
"name": "bindPropertiesToTarget",
"privacy": "private",
"parameters": [
{
"name": "source",
"type": {
"text": "DelegatesAriaElement"
}
},
{
"name": "boundProperties",
"type": {
"text": "BoundAriaProperties<T>"
}
},
{
"name": "target",
"type": {
"text": "HTMLElement"
}
}
]
},
{
"kind": "method",
"name": "startForwardingPropertiesToTarget",
"privacy": "private",
"parameters": [
{
"name": "source",
"type": {
"text": "DelegatesAriaElement"
}
},
{
"name": "delegatedProperties",
"type": {
"text": "Set<AriaPropertyName>"
}
},
{
"name": "target",
"type": {
"text": "HTMLElement"
}
}
]
},
{
"kind": "field",
"name": "onSourceAriaPropertyChanged",
"privacy": "private"
},
{
"kind": "method",
"name": "forwardPropertyToTarget",
"privacy": "private",
"parameters": [
{
"name": "target",
"type": {
"text": "HTMLElement"
}
},
{
"name": "property",
"type": {
"text": "AriaPropertyName"
}
},
{
"name": "value",
"type": {
"text": "BoundValue"
}
}
]
}
]
}
*/
import wrapper from '@vonage/vivid-react-wrapper'
import { registerDelegateAriaBehavior } from '@vonage/vivid'
registerDelegateAriaBehavior('vvd3')
const VwcDelegateAriaBehavior = wrapper(`vvd3-delegate-aria-behavior`, {
events: [],
attributes: [],
properties: []
})
VwcDelegateAriaBehavior.displayName = 'VwcDelegateAriaBehavior'
export default VwcDelegateAriaBehavior