Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mdn/web-components-examples
/ title
Method
title
editable-list/main.js:99–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
98
// gathering data from element attributes
99
get title() {
100
return
this.getAttribute(
'title'
) ||
''
;
101
}
102
103
get items() {
104
const
items = [];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected