chore(a11y): add ariaLiveMessage to label config
This commit is contained in:
@@ -63,6 +63,8 @@ const A11y = () => {
|
||||
'a11yDescription.node.default': 'Custom Node Desc.',
|
||||
'a11yDescription.node.keyboardDisabled': 'Custom Keyboard Desc.',
|
||||
'a11yDescription.edge.default': 'Custom Edge Desc.',
|
||||
'a11yDescription.ariaLiveMessage': (node: string, x: number, y: number) =>
|
||||
`Custom Moved selected node ${node}. New position, x: ${x}, y: ${y}`,
|
||||
'controls.ariaLabel': 'Custom Controls Aria Label',
|
||||
'controls.zoomin.title': 'Custom Zoom in',
|
||||
'controls.zoomout.title': 'Custom Zoom Out',
|
||||
|
||||
Reference in New Issue
Block a user