Module org.praxislive.code
Package org.praxislive.code
Annotation Interface ContainerDelegateAPI.SupportedTypes
- Enclosing interface:
ContainerDelegateAPI
Annotation to filter available child types and register custom child
types.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionRegistered custom component types.Filter to apply to available types.booleanWhether to include system registered component types.
-
Element Details
-
filter
String filterFilter to apply to available types. The filter is a glob style String pattern supporting wildcards - eg.core:container|core:math:*.If
system()isfalsethen this filter had no effect.- Returns:
- type filter
- Default:
""
-
system
boolean systemWhether to include system registered component types.- Returns:
- include system registered types
- Default:
true
-
custom
ContainerDelegateAPI.CustomType[] customRegistered custom component types.- Returns:
- custom types
- Default:
{}
-