Preparing search index...
The search index is not available
@rxap/material-table-system - v19.0.4
@rxap/material-table-system
RowActionCheckPipe
Class RowActionCheckPipe<RowType>
Type Parameters
RowType
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
Implements
PipeTransform
Index
Constructors
constructor
Methods
transform
Constructors
constructor
new
RowActionCheckPipe
<
RowType
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
,
>
(
tableRowActionMethodList
:
|
null
|
TableRowActionTypeMethod
<
RowType
>
|
TableRowActionTypeMethod
<
RowType
>
[]
,
)
:
RowActionCheckPipe
<
RowType
>
Type Parameters
RowType
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
Parameters
tableRowActionMethodList
:
null
|
TableRowActionTypeMethod
<
RowType
>
|
TableRowActionTypeMethod
<
RowType
>
[]
Returns
RowActionCheckPipe
<
RowType
>
Methods
transform
transform
(
value
:
RowType
|
RowType
[]
,
type
:
string
)
:
boolean
Parameters
value
:
RowType
|
RowType
[]
type
:
string
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
transform
@rxap/material-table-system - v19.0.4
Loading...