Type alias FormRenderOptions
FormRenderOptions: {
baseUrl?: string;
fullscreen?: boolean;
height?: number | string;
id?: string;
loggingConfig?: TLoggingConfig;
noRender?: boolean;
shouldAutofocusForm?: boolean;
submitUrl?: string;
target?: string | HTMLElement;
viewkey?: string;
width?: number | string;
}
Type declaration
Optional
baseUrl?: string
Optional
fullscreen?: boolean
Optional
height?: number | string
Optional
id?: string
Optional
loggingConfig?: TLoggingConfig
Optional
noRender?: boolean
Optional
shouldAutofocusForm?: boolean
Optional
submitUrl?: string
Optional
target?: string | HTMLElement
Optional
viewkey?: string
Optional
width?: number | string