MCPcopy
hub / github.com/loggerhead/json4u / addClass

Method addClass

src/lib/table/tableNode.ts:139–142  ·  view source on GitHub ↗
(className: string)

Source from the content-addressed store, hash-verified

137 }
138
139 addClass(className: string) {
140 className && this.classNames.push(className);
141 return this;
142 }
143
144 delClass(className: string) {
145 pull(this.classNames, className);

Callers 4

addBorderFunction · 0.80
createNodeFunction · 0.80
createArrayNodeFunction · 0.80
createObjectNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected