@rcsb/rcsb-saguaro-3d
    Preparing search index...
    interface LoadParams<P, L> {
        data?: string | number[];
        entryId?: string;
        format?:
            | "mmcif"
            | "cifCore"
            | "pdb"
            | "pdbqt"
            | "pqr"
            | "gro"
            | "xyz"
            | "lammps_data"
            | "lammps_traj_data"
            | "mol"
            | "sdf"
            | "mol2";
        id?: string;
        isBinary?: boolean;
        matrix?: Mat4;
        params?: P;
        props?: PresetProps;
        reprProvider?: TrajectoryHierarchyPresetProvider<P, L>;
        type?: SnapshotType;
        url?: string;
    }

    Type Parameters

    • P
    • L
    Index

    Properties

    data?: string | number[]
    entryId?: string
    format?:
        | "mmcif"
        | "cifCore"
        | "pdb"
        | "pdbqt"
        | "pqr"
        | "gro"
        | "xyz"
        | "lammps_data"
        | "lammps_traj_data"
        | "mol"
        | "sdf"
        | "mol2"
    id?: string
    isBinary?: boolean
    matrix?: Mat4
    params?: P
    props?: PresetProps
    reprProvider?: TrajectoryHierarchyPresetProvider<P, L>
    type?: SnapshotType
    url?: string