Options
All
  • Public
  • Public/Protected
  • All
Menu

Module YH-Designer/src/components/extend/TableFormBase

Index

Type aliases

TableFormOkHandle

TableFormOkHandle: (rows: any[]) => boolean

确定的回调类型

params

rows 选择的行对象

returns

返回 true 关闭窗口,则反之

Type declaration

    • (rows: any[]): boolean
    • Parameters

      • rows: any[]

      Returns boolean

Generated using TypeDoc