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

    Event Data Interface used to change visibility for a particular track

    interface TrackVisibilityInterface {
        trackId: string;
        visibility: boolean;
    }
    Index

    Properties

    Properties

    trackId: string
    visibility: boolean