Home > @keadex/c4-model-ui-kit > isC4ElasticContainer
isC4ElasticContainer() function
Check if the given GraphvizObject represents a C4 Elastic Container.
Signature:
export declare function isC4ElasticContainer(object: GraphvizObject): boolean;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
object |
GraphvizObject |
Graphviz object |
boolean
