Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    RelativePathCalculator: (
        filePath: string,
        projectPath: string,
    ) => Promise<string | undefined>

    Тип для вычисления относительного пути

    Type declaration

      • (filePath: string, projectPath: string): Promise<string | undefined>
      • Parameters

        • filePath: string
        • projectPath: string

        Returns Promise<string | undefined>