UNPKG

@syncfusion/ej2-pdfviewer

Version:
37 lines (36 loc) 1.28 kB
import { BeforeOpenCloseMenuEventArgs } from '@syncfusion/ej2-navigations'; /** * @private * @returns { void } */ export declare function createMobileContextMenu(): void; /** * @private * @param { BeforeOpenCloseMenuEventArgs } args - It's describes about the before open close menu events. * @returns { void } */ export declare function contextMenuBeforeOpen(args: BeforeOpenCloseMenuEventArgs): void; /** * @private * @param { boolean } isCopyDisabled - It's describes about enable or disable copy action. * @returns { boolean } - It's return copied item. */ export declare function getCopiedItems(isCopyDisabled: boolean): boolean; /** * @private * @param { boolean } isCopyRotateDisabled - It's describes about enable or disable copy ans rotate action. * @returns { boolean} - It's describe about enable or disable the copy delete icon. */ export declare function getImportedItems(isCopyRotateDisabled: boolean): boolean; /** * @private * @param { any } args - It's describes about context menu selected item. * @returns { void } */ export declare function contextMenuItemSelect(args: any): void; /** * @private * @param { any } event - It's describes about openContextMenu. * @returns { void } */ export declare function openContextMenu(event: any): void;