@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface AnnotationProcessingInterface {
        addTrackElementCallback?: IncreaseAnnotationValueType;
        computeAnnotationValue?: (
            annotationTracks: Map<string, TrackManagerInterface>,
        ) => void;
        getAnnotationValue?: IncreaseAnnotationValueType;
    }
    Index

    Properties

    addTrackElementCallback?: IncreaseAnnotationValueType
    computeAnnotationValue?: (
        annotationTracks: Map<string, TrackManagerInterface>,
    ) => void
    getAnnotationValue?: IncreaseAnnotationValueType