MCPcopy Index your code
hub / github.com/WebThingsIO/webthing-node / getName

Method getName

lib/event.ts:68–70  ·  view source on GitHub ↗

* Get the event's name. * * @returns {String} The name.

()

Source from the content-addressed store, hash-verified

66 * @returns {String} The name.
67 */
68 getName(): string {
69 return this.name;
70 }
71
72 /**
73 * Get the event's data.

Callers 13

constructorMethod · 0.45
closeMethod · 0.45
constructorMethod · 0.45
closeMethod · 0.45
callbackMethod · 0.45
closeMethod · 0.45
constructorMethod · 0.45
closeMethod · 0.45
getEventDescriptionsMethod · 0.45
addPropertyMethod · 0.45
removePropertyMethod · 0.45
propertyNotifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected