HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/lacalita/wp-content/plugins/admin-menu-editor/js/menu-editor.d.ts
declare namespace AmeEditorApi {

	const configDataAdapter: {
		getPath<D>(path: string | string[], defaultValue?: D): D | null | any;
		setPath(path: string | string[], value: any): void;
		mapSettingIdToPath(settingId: string): string | string[] | null;
		getKnownPrefixes(): string[];
	};

	function updateItemEditor(containerNode: JQuery): void;

	function forEachMenuItem(
		callback: (menuItem: Record<string, any>, $containerNode: JQuery) => boolean | void,
		skipSeparators?: boolean
	): void;

	function getFieldValue(entry: object, fieldName: string, defaultValue: any, containerNode: JQuery): any;

	function formatMenuTitle(title: string): string;
}