DropdownValues Interface
Represents the available values that can be displayed in dropdown menus for zoom options.
export declare type DropdownValues = "pageFit" | "pageWidth" | (typeof constants.zoomPercentageDropdownValues)[number];
Remarks
This type includes constants for page fit and page width, as well as predefined zoom percentage values from the constants module.