igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
32 lines (31 loc) • 1.38 kB
TypeScript
import { NativeUIContainer } from "./NativeUIContainer";
import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType";
import { NativeUIComponent } from "./NativeUIComponent";
import { INativeUIGridBridge } from "./INativeUIGridBridge";
import { Type } from "./type";
import { NativeUIClickedEventArgs } from "./NativeUIClickedEventArgs";
import { NativeUIGridHeightType } from "./NativeUIGridHeightType";
import { NativeUIGridWidthType } from "./NativeUIGridWidthType";
/**
* @hidden
*/
export declare class NativeUIGrid extends NativeUIContainer {
static $t: Type;
protected get_c(): NativeUIComponentBuiltInType;
get a5(): number;
get a2(): number;
get az(): INativeUIGridBridge;
a7(a: number, b: NativeUIGridHeightType, c: number): void;
bd(a: number, b: NativeUIGridHeightType, c: number): void;
a6(a: number, b: NativeUIGridWidthType, c: number): void;
bc(a: number, b: NativeUIGridWidthType, c: number): void;
bb(a: NativeUIComponent, b: number): void;
ba(a: NativeUIComponent, b: number): void;
a4(a: NativeUIComponent): number;
a3(a: NativeUIComponent): number;
a9(a: number): void;
a8(a: number): void;
private a0;
get a1(): (sender: any, args: NativeUIClickedEventArgs) => void;
set a1(a: (sender: any, args: NativeUIClickedEventArgs) => void);
}