igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
18 lines (17 loc) • 820 B
TypeScript
import { IgcGridColumnOptionsSectionBaseComponent } from "./igc-grid-column-options-section-base-component";
import { GridColumnOptionsSimpleSectionBase } from "./GridColumnOptionsSimpleSectionBase";
export declare abstract class IgcGridColumnOptionsSimpleSectionBaseComponent extends IgcGridColumnOptionsSectionBaseComponent {
/**
* @hidden
*/
get i(): GridColumnOptionsSimpleSectionBase;
constructor();
connectedCallback(): void;
disconnectedCallback(): void;
private static _observedAttributesIgcGridColumnOptionsSimpleSectionBaseComponent;
static get observedAttributes(): string[];
get caption(): string;
set caption(v: string);
get showCaption(): boolean;
set showCaption(v: boolean);
}