mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1769] Added JSDocs and prop tables (#2898)
This commit is contained in:
committed by
Eugenio Romano
parent
0d93c65fd7
commit
dd7afc65db
@@ -28,9 +28,11 @@ import { ChangeDetectionStrategy, Component, Directive, Input, ViewEncapsulation
|
||||
|
||||
export class SidebarActionMenuComponent {
|
||||
|
||||
/** The title of the sidebar action. */
|
||||
@Input()
|
||||
title: string;
|
||||
|
||||
/** Toggle the sidebar action menu on expand. */
|
||||
@Input()
|
||||
expanded: boolean;
|
||||
|
||||
|
Reference in New Issue
Block a user