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;
}