MCPcopy Index your code
hub / github.com/microsoft/SandDance / cssClass

Function cssClass

docs/app/js/sanddance-app.js:123224–123226  ·  view source on GitHub ↗
(mark)

Source from the content-addressed store, hash-verified

123222 return el;
123223} // generate css class name for mark
123224function cssClass(mark) {
123225 return "mark-" + mark.marktype + (mark.role ? " role-" + mark.role : "") + (mark.name ? " " + mark.name : "");
123226}
123227function point(event, el) {
123228 const rect1 = el.getBoundingClientRect();
123229 return [

Callers 1

markFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected