Browse Source
* commit '018d8b93a3c637a42e123a34595e504fbab8f6f6': DESIGN-4216 feat: 容器组件提供一些滚动apies6
superman
2 years ago
3 changed files with 24 additions and 3 deletions
@ -0,0 +1,11 @@
|
||||
import { Widget } from "../../core/widget"; |
||||
|
||||
export declare class VirtualGroupList extends Widget { |
||||
static xtype: string; |
||||
|
||||
restore(): void; |
||||
|
||||
populate<T>(items: T[]): void; |
||||
|
||||
scrollTo(scrollTop: number): void; |
||||
} |
Loading…
Reference in new issue