Module YH-Table/src/TableToolBar
Variables
Const TABLE_TOOLBAR_SYS_BUTTON
TABLE_
TOOLBAR_SYS_BUTTON: { TableCardView: { btnText: string; groupClass: string; icon: string; isHideText: boolean; size: btnSize; sysButton: TableToolBarButton; theme: btnTheme }; TableImageListView: { btnText: string; groupClass: string; icon: string; isHideText: boolean; size: btnSize; sysButton: TableToolBarButton; theme: btnTheme }; TableListView: { btnText: string; groupClass: string; icon: string; isHideText: boolean; size: btnSize; sysButton: TableToolBarButton; theme: btnTheme }; export: { btnText: string; groupClass: string; icon: string; isHideText: boolean; size: btnSize; sysButton: TableToolBarButton; theme: btnTheme; title: string }; filter: { btnText: string; groupClass: string; icon: string; isHideText: boolean; size: btnSize; sysButton: TableToolBarButton; theme: btnTheme; title: string }; search: { inputId: any; sysButton: TableToolBarButton } } = ...
Type declaration
-
TableCardView: { btnText: string; groupClass: string; icon: string; isHideText: boolean; size: btnSize; sysButton: TableToolBarButton; theme: btnTheme }
-
btnText: string
-
groupClass: string
-
icon: string
-
isHideText: boolean
-
size: btnSize
-
-
theme: btnTheme
-
TableImageListView: { btnText: string; groupClass: string; icon: string; isHideText: boolean; size: btnSize; sysButton: TableToolBarButton; theme: btnTheme }
-
btnText: string
-
groupClass: string
-
icon: string
-
isHideText: boolean
-
size: btnSize
-
-
theme: btnTheme
-
TableListView: { btnText: string; groupClass: string; icon: string; isHideText: boolean; size: btnSize; sysButton: TableToolBarButton; theme: btnTheme }
-
btnText: string
-
groupClass: string
-
icon: string
-
isHideText: boolean
-
size: btnSize
-
-
theme: btnTheme
-
export: { btnText: string; groupClass: string; icon: string; isHideText: boolean; size: btnSize; sysButton: TableToolBarButton; theme: btnTheme; title: string }
-
btnText: string
-
groupClass: string
-
icon: string
-
isHideText: boolean
-
size: btnSize
-
-
theme: btnTheme
-
title: string
-
filter: { btnText: string; groupClass: string; icon: string; isHideText: boolean; size: btnSize; sysButton: TableToolBarButton; theme: btnTheme; title: string }
-
btnText: string
-
groupClass: string
-
icon: string
-
isHideText: boolean
-
size: btnSize
-
-
theme: btnTheme
-
title: string
-
search: { inputId: any; sysButton: TableToolBarButton }