igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
25 lines (12 loc) • 484 B
TypeScript
import { IgcGridStateOptions } from './igc-grid-state-options';
/* blazorElement */
/* wcElementTag: igc-grid-state-base-directive */
/* blazorIndirectRender */
export declare class IgcGridStateBaseDirective extends HTMLElement
{
/**
* An object with options determining if a certain feature state should be saved.
*/
public set options(value: IgcGridStateOptions);
public get options(): IgcGridStateOptions;
}