Options
All
  • Public
  • Public/Protected
  • All
Menu

Module YH-Table/src/TableToolBar

Index

Enumerations

Classes

Interfaces

Variables

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
    • sysButton: TableToolBarButton
    • 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
    • sysButton: TableToolBarButton
    • 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
    • sysButton: TableToolBarButton
    • 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
    • sysButton: TableToolBarButton
    • 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
    • sysButton: TableToolBarButton
    • theme: btnTheme
    • title: string
  • search: { inputId: any; sysButton: TableToolBarButton }

Generated using TypeDoc