molstar
Version:
A comprehensive macromolecular library.
15 lines (14 loc) • 559 B
TypeScript
/**
* Copyright (c) 2022 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
import { ParamDefinition as PD } from '../../../mol-util/param-definition';
export declare const InteractionsSharedParams: {
sizeFactor: PD.Numeric;
dashCount: PD.Numeric;
dashScale: PD.Numeric;
includeParent: PD.BooleanParam;
parentDisplay: PD.Select<"stub" | "full" | "between">;
};
export declare type InteractionsSharedParams = typeof InteractionsSharedParams;