UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

27 lines (26 loc) 1.07 kB
import { GridColumnGroupOptions } from "./GridColumnGroupOptions"; import { IgcGridColumnOptionsSimpleSectionBaseComponent } from "./igc-grid-column-options-simple-section-base-component"; export declare class IgcGridColumnGroupOptionsComponent extends IgcGridColumnOptionsSimpleSectionBaseComponent { private _height; private _width; set height(value: string); get height(): string; set width(value: string); get width(): string; private _webComponentWrapper; private _webComponentRenderer; constructor(); updateStyle(): void; destroy(): void; protected createImplementation(): GridColumnGroupOptions; get i(): GridColumnGroupOptions; private _disconnected; disconnectedCallback(): void; connectedCallback(): void; afterContentInit(): void; private static _observedAttributesIgcGridColumnGroupOptionsComponent; static get observedAttributes(): string[]; static htmlTagName: string; protected static _isElementRegistered: boolean; static register(): void; }