@rcsb/rcsb-saguaro-3d
    Preparing search index...
    interface FeatureBlockInterface<R, L> {
        blockId: string;
        blockShortName?: string;
        blockTitle?: string;
        featureViewConfig:
            | FeatureViewInterface<R, L>
            | FeatureViewInterface<R, L>[];
    }

    Type Parameters

    • R
    • L
    Index

    Properties

    blockId: string
    blockShortName?: string
    blockTitle?: string
    featureViewConfig: FeatureViewInterface<R, L> | FeatureViewInterface<R, L>[]