File

integration-libs/epd-visualization/components/visual-viewer/models/scene-load-info.ts

Index

Properties

Properties

errorMessage
errorMessage: string
Type : string
Optional
loadedSceneInfo
loadedSceneInfo: LoadedSceneInfo
Type : LoadedSceneInfo
Optional
sceneLoadState
sceneLoadState: SceneLoadState
Type : SceneLoadState
import { ContentType } from '@spartacus/epd-visualization/root';
import { SceneLoadState } from './scene-load-state';

export interface LoadedSceneInfo {
  sceneId: string;
  contentType: ContentType;
}

export interface SceneLoadInfo {
  sceneLoadState: SceneLoadState;
  loadedSceneInfo?: LoadedSceneInfo;
  errorMessage?: string;
}

result-matching ""

    No results matching ""