eligius
Preparing search index...
metadata
IOperationMetadata
Interface IOperationMetadata<T>
interface
IOperationMetadata
<
T
>
{
dependentProperties
?:
(
keyof
T
)
[]
;
description
:
string
;
outputProperties
?:
TPropertiesMetadata
<
T
>
;
properties
?:
TPropertiesMetadata
<
T
>
;
}
Type Parameters
T
Index
Properties
dependent
Properties?
description
output
Properties?
properties?
Properties
Optional
dependent
Properties
dependentProperties
?:
(
keyof
T
)
[]
description
description
:
string
Optional
output
Properties
outputProperties
?:
TPropertiesMetadata
<
T
>
Optional
properties
properties
?:
TPropertiesMetadata
<
T
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
dependent
Properties
description
output
Properties
properties
eligius
Loading...