Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setConfig
Method · 0.95
_getCurrentStyle
Method · 0.95
_getCurrentIconStyle
Method · 0.95
Calls
1
_mergeArrayItemsToObject
Method · 0.95
Tested by
no test coverage detected