dac17fd1-0376-4af0-92f3-9f458aab559b.js.map
516 Bytes
{"version":3,"sources":["assets/script/game/ui/baseview/ListView.ts"],"names":[],"mappings":"","file":"","sourceRoot":"/","sourcesContent":["\nexport interface ListItemProps {\n key: string;\n itype?: number;\n}\n\ntype ListItemClickCallback = (key: string) => void;\n\nexport interface ListViewProps<T extends ListItemProps> {\n items: (T & { onClick?: () => void })[];\n onItemClick?: ListItemClickCallback;\n}\n\nexport interface ListView {\n scrollToTop(): void;\n scrollToBottom(): void;\n}"]}