Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulleDemon/PyUIBuilder
/ isSubClassOfWidget
Function
isSubClassOfWidget
src/utils/widget.js:4–7 ·
view source on GitHub ↗
(_class)
Source
from the content-addressed store, hash-verified
2
3
// checks if the object is instance is instance of widget class
4
export
const
isSubClassOfWidget = (_class) => {
5
6
return
Widget.isPrototypeOf(_class) || _class === Widget
7
}
8
9
10
Callers
2
onDragStart
Function · 0.90
canvas.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected