@wordpress/e2e-test-utils-playwright
Version:
End-To-End (E2E) test utils for WordPress.
12 lines • 330 B
TypeScript
/**
* Internal dependencies
*/
import type { Editor } from './index';
/**
* Toggles the fixed toolbar option.
*
* @param this
* @param isFixed Boolean value true/false for on/off.
*/
export declare function setIsFixedToolbar(this: Editor, isFixed: boolean): Promise<void>;
//# sourceMappingURL=set-is-fixed-toolbar.d.ts.map