Create a new DefaultTheme instance.
The renderer this theme is attached to.
The name of this component as set by the @Component
decorator.
Internal
markedStatic
URL_Return the application / root component instance.
Return the owner of this component.
Protected
bubbleBuild the url for the the given reflection and all of its children.
The reflection the url should be created for.
The array the url should be appended to.
The altered urls array.
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.
Protected
initializeInversion-of-control versions of on
. Tell this object to listen to
an event in another object... keeping track of what it's listening to
for easier unbinding later.
Optional
callback: EventCallbackOptional
priority: numberInversion-of-control versions of once
.
Optional
priority: numberRemove one or many callbacks. If 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.
Optional
context: anyOptional
callback: EventCallbackOptional
context: anyBind an event to a callback
function. Passing "all"
will bind
the callback to all events fired.
Optional
context: anyOptional
callback: EventCallbackOptional
context: anyOptional
priority: numberOptional
context: anyOptional
priority: numberBind 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.
Optional
context: anyOptional
context: anyOptional
priority: anyRenders the provided page to a string, which will be written to disk by the Renderer
Tell this object to stop listening to either specific events ... or to every object it's currently listening to.
Optional
obj: EventDispatcherOptional
name: string | EventMapOptional
callback: EventCallbackTrigger one or many events, firing all bound callbacks. Callbacks are
passed the same arguments as 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).
Static
applyGenerate an anchor url for the given reflection and all of its children.
The reflection an anchor url should be created for.
The nearest reflection having an own document.
Static
getReturn a url for the given reflection.
The reflection the url should be generated for.
Optional
relative: Models.ReflectionThe parent reflection the url generation should stop on.
The separator used to generate the url.
The generated url.
Generated using TypeDoc
Default theme implementation of TypeDoc. If a theme does not provide a custom Theme implementation, this theme class will be used.