@rcsb/rcsb-saguaro-3d
    Preparing search index...
    interface ComponentActionInterface<L> {
        accept(
            x: L,
            context?:
                | { entityId: string; entryId: string }
                | { entryId: string; instanceId: string },
        ): void;
    }

    Type Parameters

    • L
    Index

    Methods

    Methods

    • Parameters

      • x: L
      • Optionalcontext: { entityId: string; entryId: string } | { entryId: string; instanceId: string }

      Returns void