Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Type Alias LifeCycleEvent<eventType, dataType>

    LifeCycleEvent: (
        event: eventType,
        data: dataType,
    ) => OptionalPromise<dataType | undefined>

    LifeCycleEvent is a function that is called on specific life cycle events, usually triggered by user actions

    Type Parameters

    • eventType
    • dataType

    Type Declaration