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

    Interface ToolController

    An identifier for controlling the Tool I/O The id should not change, and can be persisted as part of the application

    interface ToolController {
        id: string;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    name: string