Home
last modified time | relevance | path

Searched refs:GridAttribute (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/api/@internal/component/ets/
Dgrid.d.ts25 (scroller?: Scroller): GridAttribute;
59 declare class GridAttribute extends CommonMethod<GridAttribute> { class
64 columnsTemplate(value: string): GridAttribute;
70 rowsTemplate(value: string): GridAttribute;
76 columnsGap(value: Length): GridAttribute;
82 rowsGap(value: Length): GridAttribute;
88 scrollBarWidth(value: number | string): GridAttribute;
94 scrollBarColor(value: Color | number | string): GridAttribute;
100 scrollBar(value: BarState): GridAttribute;
106 onScrollIndex(event: (first: number) => void): GridAttribute;
[all …]
Dmiddle_class.d.ts632 declare class TSGridAttribute extends CommonMethod<GridAttribute> {
639 create(scroller?: Scroller): GridAttribute;
646 pop(): GridAttribute;
653 debugLine(value: string): GridAttribute;