@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface UniprotSequenceConfig {
        beforeChangeCallback?: (
            x: UniprotSequenceOnchangeInterface,
            module: undefined | RcsbFvModulePublicInterface<{}, {}, {}, {}>,
        ) =>
            | undefined
            | Partial<
                {
                    asymId: string;
                    authId: string;
                    chrId: string;
                    entityId: string;
                    entryId: string;
                    operatorIds: string[];
                    queryId: string;
                    targetId: string;
                    upAcc: string;
                },
            >;
        onChangeCallback?: (
            x: UniprotSequenceOnchangeInterface,
            module: RcsbFvModulePublicInterface,
        ) => void;
    }
    Index

    Properties

    beforeChangeCallback?: (
        x: UniprotSequenceOnchangeInterface,
        module: undefined | RcsbFvModulePublicInterface<{}, {}, {}, {}>,
    ) =>
        | undefined
        | Partial<
            {
                asymId: string;
                authId: string;
                chrId: string;
                entityId: string;
                entryId: string;
                operatorIds: string[];
                queryId: string;
                targetId: string;
                upAcc: string;
            },
        >
    onChangeCallback?: (
        x: UniprotSequenceOnchangeInterface,
        module: RcsbFvModulePublicInterface,
    ) => void