eligius
Preparing search index...
IControllerMetadata
Type Alias IControllerMetadata<T>
type
IControllerMetadata
<
T
>
=
{
dependentProperties
?:
(
keyof
T
)
[]
;
description
:
string
;
properties
?:
Partial
<
Record
<
keyof
T
,
TPropertyMetadata
>
>
;
}
Type Parameters
T
Index
Properties
dependent
Properties?
description
properties?
Properties
Optional
dependent
Properties
dependentProperties
?:
(
keyof
T
)
[]
description
description
:
string
Optional
properties
properties
?:
Partial
<
Record
<
keyof
T
,
TPropertyMetadata
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
dependent
Properties
description
properties
eligius
Loading...