MCPcopy Create free account
hub / github.com/dot-agent/nextpy / get_props

Method get_props

nextpy/frontend/components/component.py:1198–1204  ·  view source on GitHub ↗

Get the props for the component. Returns: The set of component props.

(cls)

Source from the content-addressed store, hash-verified

1196
1197 @classmethod
1198 def get_props(cls) -> Set[str]:
1199 """Get the props for the component.
1200
1201 Returns:
1202 The set of component props.
1203 """
1204 return set()
1205
1206 def get_custom_components(
1207 self, seen: set[str] | None = None

Callers 1

Calls 1

setFunction · 0.85

Tested by 1