diff --git a/Documentation/Class/Theme.Theme.html b/Documentation/Class/Theme.Theme.html
index 427f9012..90f37940 100644
--- a/Documentation/Class/Theme.Theme.html
+++ b/Documentation/Class/Theme.Theme.html
@@ -28,49 +28,49 @@
trigger
apply An array of Mappings representing the theme's mapping configuration. An array of Mappings representing the theme's mapping configuration. The name of this component as set by the A unique id that identifies this instance. Return the application / root component instance. Return the owner of this component. A function that maps a DeclarationReflection to a Mapping or returns undefined. A unique id that identifies this instance. Return the application / root component instance. Return the owner of this component. A function that builds URLs for a given DeclarationReflection and an array of URLs mappings. A function that builds URLs for a given DeclarationReflection and an array of URLs mappings. The DeclarationReflection for which URLs are being built. If implementing a custom theme, it is recommended to override buildNavigation instead. Map the models of the given project to the desired output files. If implementing a custom theme, it is recommended to override buildNavigation instead. Map the models of the given project to the desired output files. The project whose urls should be generated. A list of UrlMapping instances defining which models
should be rendered to which files. Inversion-of-control versions of Inversion-of-control versions of Remove one or many callbacks. If Bind an event to a Bind an event to a Bind an event to only be triggered a single time. After the first time
+ Bind an event to only be triggered a single time. After the first time
the callback is invoked, its listener will be removed. If multiple events
are passed in using the space-separated syntax, the handler will fire
once for each event, not once for a combination of all events. Tell this object to stop listening to either specific events ... or
+ Trigger one or many events, firing all bound callbacks. Callbacks are
passed the same arguments as Generate an anchor url for the given reflection and all of its children. Return a url for the given reflection. The reflection the url should be generated for. The parent reflection the url generation should stop on. The separator used to generate the url. The generated url.Constructors
constructor
Constructors
constructor
Properties
Mapping
Returns theme
Properties
Mapping
component
@Component
decorator.default
Type declaration
Parameters
pageEvent: PageEvent<Reflection>
template: RenderTemplate<PageEvent<Reflection>>
Returns JsxElement
index
Type declaration
Parameters
pageEvent: PageEvent<ProjectReflection>
Returns JsxElement
Internal
markedreflection
Type declaration
Parameters
pageEvent: PageEvent<ContainerReflection>
Returns JsxElement
Static
URL_Accessors
Private
_listenReturns any
application
Returns Application
owner
Returns O
Methods
_
default
Type declaration
Parameters
pageEvent: PageEvent<Reflection>
template: RenderTemplate<PageEvent<Reflection>>
Returns JsxElement
index
Type declaration
Parameters
pageEvent: PageEvent<ProjectReflection>
Returns JsxElement
Internal
markedreflection
Type declaration
Parameters
pageEvent: PageEvent<ContainerReflection>
Returns JsxElement
Static
URL_Accessors
Private
_listenReturns any
application
Returns Application
owner
Returns O
Methods
_
Protected
bubblebuild
Parameters
project: ProjectReflection
Returns NavigationElement[]
build
Returns undefined | Type
Protected
bubblebuild
build
Parameters
Rest
...__namedParameters: [Reflection: DeclarationReflection, URLs: UrlMapping<any>[]]Returns UrlMapping<any>[]
get
Parameters
project: ProjectReflection
Returns NavigationElement[]
get
get
get
Returns UrlMapping<any>[]
get
Parameters
project: ProjectReflection
Returns NavigationElement[]
get
get
get
Parameters
project: ProjectReflection
Returns UrlMapping<any>[]
Protected
initializelisten
on
. Tell this object to listen to
+Protected
initializelisten
on
. Tell this object to listen to
an event in another object... keeping track of what it's listening to
for easier unbinding later.Parameters
obj: EventDispatcher
name: string | EventMap
Optional
callback: EventCallbackOptional
priority: numberReturns theme
listen
off
listen
off
context
is null, removes all
callbacks with that function. If callback
is null, removes all
callbacks for the event. If name
is null, removes all bound
callbacks for all events.Returns theme
Parameters
eventMap: undefined | EventMap
Optional
context: anyReturns theme
Parameters
name: undefined | string
Optional
callback: EventCallbackOptional
context: anyReturns theme
on
callback
function. Passing "all"
will bind
+Returns theme
Parameters
eventMap: undefined | EventMap
Optional
context: anyReturns theme
Parameters
name: undefined | string
Optional
callback: EventCallbackOptional
context: anyReturns theme
on
callback
function. Passing "all"
will bind
the callback to all events fired.Parameters
eventMap: EventMap
Optional
context: anyReturns theme
Parameters
eventMap: EventMap
Optional
callback: EventCallbackOptional
context: anyOptional
priority: numberReturns theme
Parameters
name: string
callback: EventCallback
Optional
context: anyOptional
priority: numberReturns theme
once
Parameters
eventMap: EventMap
Optional
context: anyReturns theme
Parameters
eventMap: EventMap
Optional
callback: EventCallbackOptional
context: anyOptional
priority: numberReturns theme
Parameters
name: string
callback: EventCallback
Optional
context: anyOptional
priority: numberReturns theme
once
Parameters
eventMap: EventMap
Optional
context: anyReturns theme
Parameters
name: string
callback: EventCallback
Optional
context: anyOptional
priority: anyReturns theme
render
stop
Parameters
eventMap: EventMap
Optional
context: anyReturns theme
Parameters
name: string
callback: EventCallback
Optional
context: anyOptional
priority: anyReturns theme
render
stop
trigger
trigger
trigger
is, apart from the event name
(unless you're listening on "all"
, which will cause your callback to
receive the true name of the event as the first argument).Parameters
name: string | Event | EventMap
Rest
...args: any[]Returns theme
Static
applyParameters
name: string | Event | EventMap
Rest
...args: any[]Returns theme
Static
applyStatic
getReturns void
Static
getParameters
reflection: Reflection
Optional
relative: ReflectionOptional
separator: stringReturns string
Generated using TypeDoc
Create a new DefaultTheme instance.
+