ResourceExplorerOptions interface
Configuration options for ResourceExplorer.
Properties
| allow |
Whether cycles are allowed in resources managed by ResourceExplorer. |
| declarative |
The list of declarative types to use. |
| providers | The list of resource providers to initialize the current ResourceExplorer. |
Property Details
allowCycles
Whether cycles are allowed in resources managed by ResourceExplorer.
allowCycles?: boolean
Property Value
boolean
declarativeTypes
The list of declarative types to use.
declarativeTypes?: ComponentDeclarativeTypes[]
Property Value
providers
The list of resource providers to initialize the current ResourceExplorer.
providers?: ResourceProvider[]