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

    Interface SourcesNode

    The base for all Sources contributions

    interface SourcesNode {
        groupId: string;
        isDynamic: boolean;
        parameters?: { [key: string]: any };
        sources: Source[];
        version: string;
    }
    Index

    Properties

    groupId: string
    isDynamic: boolean
    parameters?: { [key: string]: any }
    sources: Source[]
    version: string