FlexibleAlignmentTrajectoryPresetProvider: TrajectoryHierarchyPresetProvider<AlignmentTrajectoryParamsType, {
    model: undefined;
    modelProperties: undefined;
    representation: undefined;
    structure: undefined;
    structureProperties: undefined;
} | {
    model: StateObjectSelector<Model, Transformer<StateObject<any, Type<any>>, StateObject<any, Type<any>>, any>>;
    modelProperties: StateObjectSelector<Model, Transformer<StateObject<any, Type<any>>, StateObject<any, Type<any>>, any>>;
    representation: undefined | {
        components?: undefined;
        representations?: undefined;
    } | {
        components: ComponentMapType;
        representations: RepresentationMapType;
    };
    structure: StateObjectSelector<Structure, Transformer<StateObject<any, Type<any>>, StateObject<any, Type<any>>, any>>;
    structureProperties: StateObjectSelector<Structure, Transformer<StateObject<any, Type<any>>, StateObject<any, Type<any>>, any>>;
}> = ...

Generated using TypeDoc