@rcsb/rcsb-saguaro-app
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    state: FilterItemState = ...

    Methods

    • Called immediately after updating occurs. Not called for the initial render.

      The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

      Parameters

      • prevProps: Readonly<P & { stateChange(newState: S, oldState: S): void }>
      • prevState: Readonly<S & SS>
      • Optionalsnapshot: any

      Returns void

    • Returns ReactNode