File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/activities/bitrix/setglobalvariableactivity/src/menu/menu-options.js
Back
import {BaseEvent} from "main.core.events"; export type menuOptions = { popupOptions: PopupOptions, contentData: { rows: Array<RowOptions>, }, events?: { [eventName: string]: (event: BaseEvent) => void }, }; export type PopupOptions = { id: string, target: Element | { left: number, top: number } | null | MouseEvent, autoHide?: boolean, closeByEsc?: boolean, offsetLeft?: number, offsetTop?: number, overlay?: { backgroundColor?: string, opacity?: number, }, cacheable?: boolean, buttons?: [], events?: { [eventName: string]: (event: BaseEvent) => void }, }; export type RowOptions = { label?: string, values: Array<{ id: string, text: string, }>, onClick?: (event: BaseEvent) => void, };
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings