Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface sceneViewerUtils

Note: reserved for internal use only, this is not part of the stable public API.

Various utilities for the Scene Viewer application.

Hierarchy

  • sceneViewerUtils

Index

Methods

batchCreateGetNumPendingFeatures

  • Note: reserved for internal use only, this is not part of the stable public API.

    Get number of pending features in the batch create workflow.

    Parameters

    Returns number

getActiveWorkflowState

  • getActiveWorkflowState(viewModel: EditorViewModel): "adding-attachment" | "awaiting-feature-creation-info" | "awaiting-feature-to-create" | "awaiting-feature-to-update" | "awaiting-update-feature-candidate" | "batch-creating-features" | "disabled" | "editing-attachment" | "editing-existing-feature" | "editing-new-feature" | "ready"
  • Note: reserved for internal use only, this is not part of the stable public API.

    Get the active workflow state.

    Parameters

    Returns "adding-attachment" | "awaiting-feature-creation-info" | "awaiting-feature-to-create" | "awaiting-feature-to-update" | "awaiting-update-feature-candidate" | "batch-creating-features" | "disabled" | "editing-attachment" | "editing-existing-feature" | "editing-new-feature" | "ready"

getActiveWorkflowType

  • getActiveWorkflowType(viewModel: EditorViewModel): "create" | "batch-create" | "update"
  • Note: reserved for internal use only, this is not part of the stable public API.

    Get the active workflow type.

    Parameters

    Returns "create" | "batch-create" | "update"

getLogger

  • getLogger(module: string): any
  • Note: reserved for internal use only, this is not part of the stable public API.

    Get the logger for a particular module.

    Parameters

    • module: string

    Returns any

numberOfFeatureTemplates

  • Note: reserved for internal use only, this is not part of the stable public API.

    Get number of feature templates available in a FeatureTemplatesViewModel (before filtering).

    Parameters

    Returns number

startBatchCreateWorkflow

  • Note: reserved for internal use only, this is not part of the stable public API.

    Starts a batch create workflow on the given editor view model

    Parameters

    Returns Promise<void>

Generated using TypeDoc