Backstage
    Preparing search index...

    A context that allows for more advanced file system operations when writing mock directory content.

    interface MockDirectoryContentCallbackContext {
        path: string;
        symlink(target: string): void;
    }
    Index

    Properties

    Methods

    Properties

    path: string

    Absolute path to the location of this piece of content on the filesystem

    Methods