mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-03-12 20:35:31 +08:00
feat(visualizer): implement image selection and display from grid
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
from dataclasses import dataclass
|
||||
from typing import Optional, Union
|
||||
from typing import Optional, TypedDict, Union
|
||||
|
||||
|
||||
@dataclass
|
||||
class CellClickedEvent:
|
||||
class CellClickedEvent(TypedDict):
|
||||
"""
|
||||
- value (boolean I number | string I dict | list; optional): value of the clicked cell.
|
||||
- colId (boolean I number I string I dict | list; optional): column where the cell was clicked.
|
||||
|
||||
Reference in New Issue
Block a user