Interface to describe annotation gaps

interface RcsbFvTrackDataElementGapInterface {
    begin: number;
    end: number;
    isConnected: boolean;
}

Properties

Properties

begin: number

Start position of the gap

end: number

End position of the gap

isConnected: boolean

Flag to indicate if annotation regions are connected or not