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

    Interface RcsbFvSequenceInterface<T, U>

    interface RcsbFvSequenceInterface<T, U> {
        config: RcsbViewInterface<T, U>;
        rcsbViewBehaviour?: RcsbViewBehaviourInterface;
        subtitle?: string;
        title?: string;
    }

    Type Parameters

    • T
    • U
    Index

    Properties

    rcsbViewBehaviour?: RcsbViewBehaviourInterface
    subtitle?: string
    title?: string