@formstack/forms-renderer
Preparing search index...
FormRenderOptions
Type Alias FormRenderOptions
type
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
;
}
Index
Properties
base
Url?
fullscreen?
height?
id?
logging
Config?
no
Render?
should
Autofocus
Form?
submit
Url?
target?
viewkey?
width?
Properties
Optional
base
Url
baseUrl
?:
string
Optional
fullscreen
fullscreen
?:
boolean
Optional
height
height
?:
number
|
string
Optional
id
id
?:
string
Optional
logging
Config
loggingConfig
?:
TLoggingConfig
Optional
no
Render
noRender
?:
boolean
Optional
should
Autofocus
Form
shouldAutofocusForm
?:
boolean
Optional
submit
Url
submitUrl
?:
string
Optional
target
target
?:
string
|
HTMLElement
Optional
viewkey
viewkey
?:
string
Optional
width
width
?:
number
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
fullscreen
height
id
logging
Config
no
Render
should
Autofocus
Form
submit
Url
target
viewkey
width
@formstack/forms-renderer
Loading...