the passed custom component will be placed after the node's current component
Used internaly, this is being called by all SchemaNode in order to know if they are concerned with that decorator
similar to wrapWith
but the passed custom component will wrap
around the node's components including other attached decorators
such as the ones added from prependWith, appendWith and wrapWith decoration verbs
the passed custom component will be placed before the node's current component
the passed custom component will replace the node's current component
the passed custom component will wrap arround the node's current component
the props children
will represents the node's current rendered component inside the custom component
Generated using TypeDoc
This is an class that holds the information about decoration registered for each SchemaNode