MCPcopy Create free account
hub / github.com/plotly/plotly.js / makeSrcAttr

Function makeSrcAttr

src/plot_api/plot_schema.js:550–556  ·  view source on GitHub ↗
(attrName)

Source from the content-addressed store, hash-verified

548
549function mergeValTypeAndRole(attrs) {
550 function makeSrcAttr(attrName) {
551 return {
552 valType: 'string',
553 description: 'Sets the source reference on Chart Studio Cloud for `' + attrName + '`.',
554 editType: 'none'
555 };
556 }
557
558 function callback(attr, attrName, attrs) {
559 if(exports.isValObject(attr)) {

Callers 1

callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…