@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
RuntimeProviderOptions
Interface RuntimeProviderOptions
Shared runtime metadata and lifecycle hooks for authored providers.
interface
RuntimeProviderOptions
{
name
?:
string
;
displayName
?:
string
;
description
?:
string
;
version
?:
string
;
configure
?:
ConfigureHandler
;
healthCheck
?:
HealthCheckHandler
;
warnings
?:
string
[]
|
WarningsHandler
;
start
?:
StartHandler
;
close
?:
CloseHandler
;
}
Hierarchy (
View Summary
)
RuntimeProviderOptions
AuthenticationProviderOptions
CacheProviderOptions
SecretsProviderOptions
PluginDefinitionOptions
S3ProviderOptions
AgentProviderOptions
WorkflowProviderOptions
Index
Properties
name?
display
Name?
description?
version?
configure?
health
Check?
warnings?
start?
close?
Properties
Optional
name
name
?:
string
Optional
display
Name
displayName
?:
string
Optional
description
description
?:
string
Optional
version
version
?:
string
Optional
configure
configure
?:
ConfigureHandler
Optional
health
Check
healthCheck
?:
HealthCheckHandler
Optional
warnings
warnings
?:
string
[]
|
WarningsHandler
Optional
start
start
?:
StartHandler
Optional
close
close
?:
CloseHandler
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
display
Name
description
version
configure
health
Check
warnings
start
close
@valon-technologies/gestalt
Loading...
Shared runtime metadata and lifecycle hooks for authored providers.