Class DefaultThemeRenderContext

Hierarchy

  • DefaultThemeRenderContext

Constructors

Properties

analytics: ((...r: []) => undefined | Element) = ...

Type declaration

    • (...r: []): undefined | Element
    • Parameters

      • Rest ...r: []

      Returns undefined | Element

breadcrumb: ((...r: [props: Reflection]) => undefined | Element) = ...

Type declaration

comment: ((...r: [props: Reflection]) => undefined | Element) = ...

Type declaration

defaultLayout: ((...r: [props: PageEvent<Reflection>]) => Element) = ...

Type declaration

footer: ((...r: []) => undefined | Element) = ...

Type declaration

    • (...r: []): undefined | Element
    • Parameters

      • Rest ...r: []

      Returns undefined | Element

header: ((...r: [props: PageEvent<Reflection>]) => Element) = ...

Type declaration

hierarchy: ((...r: [props: DeclarationHierarchy]) => Element) = ...

Type declaration

icons: Record<"search" | "anchor" | ReflectionKind | "checkbox" | "chevronDown" | "menu" | "chevronSmall", (() => Element)> = icons
index: ((...r: [props: ContainerReflection]) => Element) = ...

Type declaration

indexTemplate: ((...r: [props: PageEvent<ProjectReflection>]) => Element) = ...

Type declaration

member: ((...r: [props: DeclarationReflection]) => Element) = ...

Type declaration

memberDeclaration: ((...r: [props: DeclarationReflection]) => Element) = ...

Type declaration

memberGetterSetter: ((...r: [props: DeclarationReflection]) => Element) = ...

Type declaration

memberReference: ((...r: [props: ReferenceReflection]) => Element) = ...

Type declaration

memberSignatureBody: ((...r: [SignatureReflection, { hideSources?: boolean }?]) => Element) = ...

Type declaration

memberSignatureTitle: ((...r: [SignatureReflection, { arrowStyle?: boolean; hideName?: boolean }?]) => Element) = ...

Type declaration

memberSignatures: ((...r: [props: DeclarationReflection]) => Element) = ...

Type declaration

memberSources: ((...r: [props: SignatureReflection | DeclarationReflection]) => Element) = ...

Type declaration

members: ((...r: [props: ContainerReflection]) => Element) = ...

Type declaration

membersGroup: ((...r: [group: ReflectionGroup]) => Element) = ...

Type declaration

navigation: ((...r: [props: PageEvent<Reflection>]) => Element) = ...

Type declaration

options: Options
parameter: ((...r: [props: DeclarationReflection]) => Element) = ...

Type declaration

primaryNavigation: ((...r: [props: PageEvent<Reflection>]) => Element) = ...

Type declaration

reflectionTemplate: ((...r: [props: PageEvent<ContainerReflection>]) => Element) = ...

Type declaration

secondaryNavigation: ((...r: [props: PageEvent<Reflection>]) => undefined | Element) = ...

Type declaration

settings: ((...r: []) => Element) = ...

Type declaration

toolbar: ((...r: [props: PageEvent<Reflection>]) => Element) = ...

Type declaration

type: ((...r: [type: Type]) => Element) = ...

Type declaration

typeAndParent: ((...r: [props: Type]) => Element) = ...

Type declaration

typeParameters: ((...r: [typeParameters: TypeParameterReflection[]]) => Element) = ...

Type declaration

Methods

Generated using TypeDoc