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

    Interface FramesContext

    See ApplicationContext

    interface FramesContext {
        framesList: Frame[];
        getFrame(frameId: string): Frame | undefined;
    }
    Index

    Properties

    Methods

    Properties

    framesList: Frame[]

    Methods

    • Returns a Frame or undefined if the frame doesn't exist

      Parameters

      • frameId: string

        frameId of the frame to fetch

      Returns Frame | undefined