@inweb/client
    Preparing search index...

    Interface IFileStatus

    Defines the file status.

    interface IFileStatus {
        geometry: IFileDataStatus;
        geometryGltf: IFileDataStatus;
        properties: IFileDataStatus;
        validation: IFileDataStatus;
        [key: string]: IFileDataStatus;
    }

    Indexable

    • [key: string]: IFileDataStatus

      Status of any other job: file exports (dwg, obj, pdf, etc.) or custom jobs.

    Index

    Properties

    geometry: IFileDataStatus

    Status of geometry data of vsfx type.

    geometryGltf: IFileDataStatus

    Status of geometry data of gltf type.

    properties: IFileDataStatus

    Status of the properties.

    validation: IFileDataStatus

    Status of the validation.