UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

12 lines (11 loc) 425 B
import { LayoutControl } from "@docsvision/webclient/System/BaseControl"; export declare enum WebFrameHeaderContentAvailableControls { CustomButton = "CustomButton", TextBox = "TextBox", Number = "Number", Url = "Url", Dropdown = "Dropdown", Label = "Label", RadioGroup = "RadioGroup" } export declare function getWebFrameHeaderContainerChildControls(controls?: LayoutControl[]): LayoutControl[];