interface TrimbimLoadOptions {
    editing?: boolean;
    pauseGeometryUpdate?: boolean;
    testFailure?: TestFailure;
}

Hierarchy

  • LoadOptions
    • TrimbimLoadOptions

Properties

editing?: boolean

feature, do not use in production

pauseGeometryUpdate?: boolean
testFailure?: TestFailure

feature, do not use in production