(spec)
| 148055 | return (0, _vegaUtil.isObject)(value11) && value11.signal ? value11.signal : (0, _vegaUtil.stringValue)(value11); |
| 148056 | } |
| 148057 | function getRole(spec) { |
| 148058 | const role = spec.role || ""; |
| 148059 | return !role.indexOf("axis") || !role.indexOf("legend") || !role.indexOf("title") ? role : spec.type === GroupMark ? ScopeRole : role || MarkRole; |
| 148060 | } |
| 148061 | function definition(spec) { |
| 148062 | return { |
| 148063 | marktype: spec.type, |
no outgoing calls
no test coverage detected