igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
31 lines (30 loc) • 1.2 kB
TypeScript
import { GridColumnPinOptions } from "./GridColumnPinOptions";
import { IgcGridColumnOptionsSimpleSectionBaseComponent } from "./igc-grid-column-options-simple-section-base-component";
export declare class IgcGridColumnPinOptionsComponent 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(): GridColumnPinOptions;
get i(): GridColumnPinOptions;
private _disconnected;
disconnectedCallback(): void;
connectedCallback(): void;
afterContentInit(): void;
private static _observedAttributesIgcGridColumnPinOptionsComponent;
static get observedAttributes(): string[];
static htmlTagName: string;
protected static _isElementRegistered: boolean;
static register(): void;
get pinLeftCaption(): string;
set pinLeftCaption(v: string);
get pinRightCaption(): string;
set pinRightCaption(v: string);
}