OvenModeBehavior: Type<OvenMode.Cluster, typeof ClusterBehavior, {
    components: never[];
}> = ...

OvenModeBehavior is the base class for objects that support interaction with OvenMode.Cluster.

This class does not have optional features of OvenMode.Cluster enabled. You can enable additional features using OvenModeBehavior.with.