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

    Type Alias ModuleMetadata

    Metadata specific to the entities that need to know which module they belong to

    type ModuleMetadata = {
        moduleName?: string;
    }
    Index

    Properties

    Properties

    moduleName?: string