Preparing search index...
The search index is not available
@rxap/data-grid
@rxap/data-grid
DataGridCellDefDirective
Class DataGridCellDefDirective<T>
Type Parameters
T
extends
Record
<
string
,
any
>
Index
Constructors
constructor
Properties
$implicit
data
template
Methods
ng
Template
Context
Guard
Constructors
constructor
new
DataGridCellDefDirective
<
T
extends
Record
<
string
,
any
>
>
(
template
:
TemplateRef
<
DataGridCellDefDirectiveContext
<
T
>
>
,
)
:
DataGridCellDefDirective
<
T
>
Type Parameters
T
extends
Record
<
string
,
any
>
Parameters
template
:
TemplateRef
<
DataGridCellDefDirectiveContext
<
T
>
>
Returns
DataGridCellDefDirective
<
T
>
Properties
$implicit
$implicit
:
T
[
keyof
T
]
data
data
:
T
template
template
:
TemplateRef
<
DataGridCellDefDirectiveContext
<
T
>
>
Methods
Static
ng
Template
Context
Guard
ngTemplateContextGuard
<
T
extends
Record
<
string
,
any
>
>
(
dir
:
DataGridCellDefDirective
<
T
>
,
ctx
:
any
,
)
:
ctx
is
DataGridCellDefDirectiveContext
<
T
>
Type Parameters
T
extends
Record
<
string
,
any
>
Parameters
dir
:
DataGridCellDefDirective
<
T
>
ctx
:
any
Returns
ctx
is
DataGridCellDefDirectiveContext
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
$implicit
data
template
Methods
ng
Template
Context
Guard
@rxap/data-grid
Loading...