Function: getClusterGroup()
function getClusterGroup(returnWhenNoClusters?: string[]): string[];
Defined in: lib/cluster.ts:95
Gets clusters.
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
returnWhenNoClusters | string[] | [] | return this value when no clusters are found. |
Returns
string[]
the cluster group from the URL.