UNPKG

@shapediver/viewer.session

Version:

This is the npm package for the ShapeDiver Viewer Session API. For more information on ShapeDiver, please visit our [homepage](https://shapediver.com/).

6 lines 323 B
import { InteractionParameterSettingsType } from "@shapediver/viewer.shared.types"; import { IParameterApi } from "./IParameterApi"; export interface IInteractionParameterApi extends IParameterApi<string> { interactionType: InteractionParameterSettingsType; } //# sourceMappingURL=IInteractionParameterApi.d.ts.map