Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/ui-kit / Class

NgDocPaneComponent

Decorators:@Component @UntilDestroy
Selectors:ng-doc-pane
Implements:OnChanges

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	@Inject() private readonly document: Document, 
	private readonly changeDetectorRef: ChangeDetectorRef, 
	private readonly elementRef: ElementRef<HTMLElement>, 
	private readonly ngZone: NgZone
): NgDocPaneComponent;
Parameters
NameTypeDescription
r
document
Document
r
changeDetectorRef
ChangeDetectorRef
r
elementRef
ElementRef<HTMLElement>
r
ngZone
NgZone

Properties

NameTypeDescription
dragging
boolean
expanded
boolean
resizer
ElementRef<HTMLElement> | undefined
width
string

Methods

ngOnChanges()

implements OnChanges

No documentation has been provided.

Presentation
ngOnChanges({ expanded }: SimpleChanges): void;
Parameters
NameTypeDescription
{ expanded }
SimpleChanges
Returns
void

toggle()

No documentation has been provided.

Presentation
toggle(): void;
Returns
void