ThreePresenter API Documentation - v0.1.2
    Preparing search index...

    Interface FileResolverContext

    Context information needed to resolve a file URL

    interface FileResolverContext {
        projectId?: string;
        sceneId?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Additional context data

    Index

    Properties

    Properties

    projectId?: string

    Project identifier (if applicable)

    sceneId?: string

    Scene identifier (if applicable)