MCPcopy Create free account
hub / github.com/custom-cards/button-entity-row / _getObjectData

Method _getObjectData

button-entity-row.js:223–225  ·  view source on GitHub ↗
(data = {})

Source from the content-addressed store, hash-verified

221 }
222
223 _getObjectData(data = {}) {
224 return Array.isArray(data) ? this._mergeArrayItemsToObject(data) : data
225 }
226
227 _handleButtonClick(button) {
228 if (button.service) {

Callers 3

setConfigMethod · 0.95
_getCurrentStyleMethod · 0.95
_getCurrentIconStyleMethod · 0.95

Calls 1

Tested by

no test coverage detected