PublicTopic<T>: {
    description?: string;
    storagePath: ERef<string>;
    subscriber: Subscriber<T>;
}

Type Parameters

  • T extends object

    topic value

Type declaration

  • Optional description?: string
  • storagePath: ERef<string>
  • subscriber: Subscriber<T>