MockDirectoryContentCallback
Home > @backstage/backend-test-utils
> MockDirectoryContentCallback
A callback that allows for more advanced file system operations when writing mock directory content.
Signature:
export type MockDirectoryContentCallback = (ctx: MockDirectoryContentCallbackContext) => void;
References: MockDirectoryContentCallbackContext