Type alias OpenRealmBehaviorConfiguration

OpenRealmBehaviorConfiguration: {
    timeOut?: number;
    timeOutBehavior?: OpenRealmTimeOutBehavior;
    type: OpenRealmBehaviorType;
}

Type declaration

  • Optional timeOut?: number
  • Optional timeOutBehavior?: OpenRealmTimeOutBehavior
  • type: OpenRealmBehaviorType

Generated using TypeDoc