igniteui-react-grids
Version:
Ignite UI React grid components.
32 lines (19 loc) • 731 B
TypeScript
/* blazorElement */
/* contentParent: ActionStrip */
/* wcElementTag: igc-grid-action-base-directive */
/* jsonAPIManageCollectionInMarkup */
/* blazorIndirectRender */
export declare class IgcGridActionsBaseDirective extends HTMLElement
{
/**
* Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.
*
* @example
* ```html
* <igx-grid-pinning-actions [asMenuItems]='true'></igx-grid-pinning-actions>
* <igx-grid-editing-actions [asMenuItems]='true'></igx-grid-editing-actions>
* ```
*/
public set asMenuItems(value: boolean);
public get asMenuItems(): boolean;
}