ComponentDecoratorOptions
@agros/common / ComponentDecoratorOptions
Interface: ComponentDecoratorOptions<T>
Type parameters
Name | Type |
---|---|
T | any |
Table of contents
Properties
Properties
declarations
• Optional
declarations: Type
<any
>[]
Defined in
packages/agros-common/src/types.ts:35
elementProps
• Optional
elementProps: T
Defined in
packages/agros-common/src/types.ts:36
file
• Optional
file: string
Defined in
packages/agros-common/src/types.ts:32
interceptorsFallback
• Optional
interceptorsFallback: any
Defined in
packages/agros-common/src/types.ts:38
lazy
• Optional
lazy: boolean
Defined in
packages/agros-common/src/types.ts:33
styles
• Optional
styles: string
[]
Defined in
packages/agros-common/src/types.ts:34
suspenseFallback
• Optional
suspenseFallback: any