Headless Server Developer Manual / Version 2207
Table Of ContentsContext Type | Description |
---|---|
!RootContext | Context type used for initial contexts only! |
!Context | Context type for all other parsing events. |
Table 5.1. Available context types for the contexts section.
Both context types share the same properties:
Property | Description |
---|---|
name | The context’s name. |
handlers | A list of handlers. |
defaultHandler | An optional default event handler which is executed if none of the other handlers applies. |
Table 5.2. Available properties for !Context and !RootContext.