[ADF-1769] Added JSDocs and prop tables (#2898)

This commit is contained in:
Andy Stark
2018-01-31 17:40:28 +00:00
committed by Eugenio Romano
parent 0d93c65fd7
commit dd7afc65db
11 changed files with 99 additions and 54 deletions

View File

@@ -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;