Viewer - Transformation Tools
    Preparing search index...

    Type Alias EventResponseMapping

    Definition of the event response mapping for transform tools events. This mapping is used to map the event type to the corresponding event interface.

    type EventResponseMapping = {
        "transformation_tools.matrixChanged": ITransformationToolsEvent;
    }
    Index

    Properties

    "transformation_tools.matrixChanged": ITransformationToolsEvent