File tree Expand file tree Collapse file tree
user_guide_src/source/concepts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ Key Type Description
126126========== ============== ============================================================ ===================================================
127127component string or null The name of the component (if different than the static ``null `` (defaults to the component name)
128128 method). This can be used to alias one component to another.
129- path string or null The relative path within the namespace/folder to look for ``null `` (defaults to the component name)
130- classes.
129+ path string or null The relative path within the namespace/folder to look for ``null `` (defaults to the component name,
130+ classes. but makes the first character uppercase)
131131instanceOf string or null A required class name to match on the returned instance. ``null `` (no filtering)
132132getShared boolean Whether to return a shared instance of the class or load a ``true ``
133133 fresh one.
You can’t perform that action at this time.
0 commit comments