NgeDocRendererComponent
class
Properties
| Name | Type | Description |
|---|---|---|
activeHeadingId (readonly) |
`WritableSignal<string | null>` |
componentRef? |
ComponentRef<any> |
|
componentRefByTypes |
Map<Type<any>, ComponentRef<any>> |
|
container (readonly) |
Signal<ViewContainerRef> |
|
headings (readonly) |
WritableSignal<NgeDocHeading[]> |
Headings of the current page, in document order. |
loading (readonly) |
WritableSignal<boolean> |
|
notFound (readonly) |
WritableSignal<boolean> |
ngOnDestroy()
Signature
ngOnDestroy(): voidReturns
void
ngOnInit()
Signature
ngOnInit(): voidReturns
void
onHostClick()
Signature
onHostClick(event: MouseEvent): voidParameters
event(MouseEvent)
Returns
void
scrollToHeading()
Signature
scrollToHeading(id: string): voidParameters
id(string)
Returns
void