• Register a class as a SharedObject owner type under the specified identifier.

    This is intended to be used as a decorator.

    Parameters

    • identifier: string

    Returns ((constructorFunction: {
        prototype: {
            RPC_TYPE_ID: string;
        };
    }) => void)

      • (constructorFunction: {
            prototype: {
                RPC_TYPE_ID: string;
            };
        }): void
      • Parameters

        • constructorFunction: {
              prototype: {
                  RPC_TYPE_ID: string;
              };
          }
          • prototype: {
                RPC_TYPE_ID: string;
            }
            • RPC_TYPE_ID: string

        Returns void

Generated using TypeDoc