You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
component string or null The name of the component (if different than the static method). This can be used to alias one component to another. ``null`` (defaults to the component name)
74
-
path string or null The relative path within the namespace/folder to look for classes. ``null`` (defaults to the component name)
75
-
instanceOf string or null A required class name to match on the returned instance. ``null`` (no filtering)
76
-
getShared boolean Whether to return a shared instance of the class or load a fresh one. ``true``
77
-
preferApp boolean Whether a class with the same basename in the App namespace overrides other explicit class requests. ``true``
0 commit comments