diff --git a/Documentation/Class/Theme.Theme.html b/Documentation/Class/Theme.Theme.html index 90d51fa3..5bcaeef1 100644 --- a/Documentation/Class/Theme.Theme.html +++ b/Documentation/Class/Theme.Theme.html @@ -31,47 +31,47 @@ getUrl

Constructors

Properties

Mapping: Type[] = ...

An array of Mappings representing the theme's mapping configuration.

+

Returns theme

Properties

Mapping: Type[] = ...

An array of Mappings representing the theme's mapping configuration.

componentName: string

The name of this component as set by the @Component decorator.

-
defaultLayoutTemplate: ((pageEvent, template) => JsxElement)

Type declaration

    • (pageEvent, template): JsxElement
    • Parameters

      • pageEvent: PageEvent<Reflection>
      • template: RenderTemplate<PageEvent<Reflection>>

      Returns JsxElement

hierarchyTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

indexTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

markedPlugin: MarkedPlugin
reflectionTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ContainerReflection>

      Returns JsxElement

URL_PREFIX: RegExp

Accessors

Methods

defaultLayoutTemplate: ((pageEvent, template) => JsxElement)

Type declaration

    • (pageEvent, template): JsxElement
    • Parameters

      • pageEvent: PageEvent<Reflection>
      • template: RenderTemplate<PageEvent<Reflection>>

      Returns JsxElement

hierarchyTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

indexTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

markedPlugin: MarkedPlugin
reflectionTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ContainerReflection>

      Returns JsxElement

URL_PREFIX: RegExp

Accessors

Methods

Returns undefined | Type

Returns void

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Interface_Theme.Type.html b/Documentation/Interface/Interface_Theme.Type.html index fe6f6552..1c98aaff 100644 --- a/Documentation/Interface/Interface_Theme.Type.html +++ b/Documentation/Interface/Interface_Theme.Type.html @@ -37,33 +37,33 @@

Returns UrlMapping<any>[]

Param: Reflection

The DeclarationReflection for which URLs are being built.

Param: URLs

An array of URLs mappings with any data type.

componentName: string

The name of this component as set by the @Component decorator.

-
defaultLayoutTemplate: ((pageEvent, template) => JsxElement)

Type declaration

hierarchyTemplate: ((pageEvent) => JsxElement)

Type declaration

indexTemplate: ((pageEvent) => JsxElement)

Type declaration

markedPlugin: MarkedPlugin
reflectionTemplate: ((pageEvent) => JsxElement)

Type declaration

Accessors

Methods

defaultLayoutTemplate: ((pageEvent, template) => JsxElement)

Type declaration

    • (pageEvent, template): JsxElement
    • Parameters

      • pageEvent: PageEvent<Reflection>
      • template: RenderTemplate<PageEvent<Reflection>>

      Returns JsxElement

hierarchyTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

indexTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

markedPlugin: MarkedPlugin
reflectionTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ContainerReflection>

      Returns JsxElement

Accessors

Methods

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns this

Generated using TypeDoc

\ No newline at end of file diff --git a/package.json b/package.json index e2fc4ea8..e98d4101 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "prepublishOnly": "node --no-warnings --loader ts-node/esm Source/Class/TypeScriptESBuild.ts 'Source/**/*.ts'" }, "dependencies": { - "@types/node": "20.10.7", + "@types/node": "20.10.8", "commander": "11.1.0", "deepmerge-ts": "5.1.0", "esbuild": "0.19.11",