Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/unconed/TermKit
/ style
Function
style
HTML/tokenfield/token.js:45–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
44
// Style
45
get style() {
return
this._style; },
46
set style(style) {
47
this._style = style ||
''
;
48
this.updateElement();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected