effect-playwright
    Preparing search index...

    Interface LayerOptions

    Options for acquiring an Effect layer shared by a test registration block. memoMap controls layer memoization, while timeout bounds setup and teardown.

    0.6.0

    interface LayerOptions {
        memoMap?: MemoMap;
        timeout?: Input;
    }
    Index
    memoMap?: MemoMap
    timeout?: Input