Viewer
    Preparing search index...

    Interface IInteractionParameterSettings

    The definition of an interaction parameter.

    For each type, there is a corresponding set of properties.

    interface IInteractionParameterSettings {
        props: IInteractionParameterProps;
        type: InteractionParameterSettingsType;
    }
    Index

    Properties

    Properties

    Properties of the parameter definition.

    Type of the interaction parameters.