SequenceControllerRef
Home > @anocca/sequence-viewer-utils > SequenceControllerRef
To programatically call onClickAnnotation to select annotation in the sequence controller
Signature:
export declare type SequenceControllerRef = {
onClickAnnotation: (id: string | undefined, append?: boolean | undefined) => void;
};