Hierarchy

Constructors

Properties

subscription: Subscription

Methods

  • Parameters

    • data: {
          isComponent: boolean;
          isVisible: boolean;
          pdb: {
              entityId: string;
              entryId: string;
          } | {
              entryId: string;
              instanceId: string;
          };
          tag: "non-polymer" | "polymer" | "aligned";
      }
      • isComponent: boolean
      • isVisible: boolean
      • pdb: {
            entityId: string;
            entryId: string;
        } | {
            entryId: string;
            instanceId: string;
        }
      • tag: "non-polymer" | "polymer" | "aligned"

    Returns Promise<void>

Generated using TypeDoc