import { FormFieldModel } from '../../../index'; export interface BrowserFieldModel extends FormFieldModel { /** * Configures whether the external window should be auto closed when this field gets removed. * * NOTE: Auto closing only makes sense, if content is shown in an external window see (@link showInExternalWindow). */ autoCloseExternalWindow?: boolean; /** * Text of the button that is used to reopen the external window, if {@link showInExternalWindow} is true. */ externalWindowButtonText?: string; /** * Text that is shown in the browser field if the content is opened in an external window, see {@link showInExternalWindow}. */ externalWindowFieldText?: string; /** * The location (URI) of the content to be displayed. */ location?: string; /** @see IFrameModel.sandboxEnabled */ sandboxEnabled?: boolean; scrollBarEnabled?: boolean; /** @see IFrameModel.sandboxPermissions */ sandboxPermissions?: string; /** * Configures whether a separate browser window should be opened to display the content of the browser field. * * Default is false, to the content of the browser field will be shown inline in an