MCPcopy Create free account
hub / github.com/microsoft/SandDance / bundle

Function bundle

docs/app/js/sanddance-app.js:123901–123905  ·  view source on GitHub ↗
(role, roledesc, label)

Source from the content-addressed store, hash-verified

123899const GRAPHICS_OBJECT = "graphics-object";
123900const GRAPHICS_SYMBOL = "graphics-symbol";
123901const bundle = (role, roledesc, label)=>({
123902 [ARIA_ROLE]: role,
123903 [ARIA_ROLEDESCRIPTION]: roledesc,
123904 [ARIA_LABEL]: label || undefined
123905 }); // these roles are covered by related roles
123906// we can ignore them, no need to generate attributes
123907const AriaIgnore = (0, _vegaUtil.toSet)([
123908 "axis-domain",

Callers 2

ariaMarkFunction · 0.70
ariaGuideFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected