Vertex Viewer SDK
    Preparing search index...

    Interface SceneElementsExecutionOptions

    interface SceneElementsExecutionOptions {
        skipAwaitCorrelatedFrame?: boolean;
        suppliedCorrelationId?: string;
    }

    Hierarchy

    • SceneExecutionOptions
      • SceneElementsExecutionOptions
    Index

    Properties

    skipAwaitCorrelatedFrame?: boolean

    Skips the wait for a frame correlated to this alteration before completing the Promise returned by the execute() method.

    suppliedCorrelationId?: string