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

    Interface FunctionDeclaration

    Function declaration Use this type to store function declarations. This is a special type of object that is picked up by the internal function tracking system of PolyScope X and should not be created manually.

    interface FunctionDeclaration {
        _IDENTIFIER: "FunctionDeclaration";
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    _IDENTIFIER: "FunctionDeclaration"
    id: string
    name: string