igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
44 lines (24 loc) • 772 B
TypeScript
import { IgcGridActionsBaseDirective } from './igc-grid-actions-base-directive';
/* blazorElement */
/* wcElementTag: igc-grid-pinning-actions */
/* blazorIndirectRender */
/* singleInstanceIdentifier */
/**
* Grid Pinning Actions for the Action Strip
*/
export declare class IgcGridPinningActionsComponent extends IgcGridActionsBaseDirective
{
/* blazorSuppress */
static readonly tagName: string;
/* blazorSuppress */
static register(): void;
/**
* Pin the row according to the context.
*/
public pin(evt?: any): void;
/**
* Unpin the row according to the context.
*/
public unpin(evt?: any): void;
public scrollToRow(evt: any): void;
}