Preparing search index...
The search index is not available
tally-js
tally-js
TallyFormCreateDTO
Interface TallyFormCreateDTO
Type definition for the request payload to create a form
interface
TallyFormCreateDTO
{
blocks
:
TallyFormBlockDTO
[]
;
settings
?:
TallyFormSettingsDTO
;
status
:
TallyFormStatus
;
templateId
?:
string
;
workspaceId
?:
string
;
}
Hierarchy (
View Summary
)
TallyFormCreateDTO
TallyForm
Index
Properties
blocks
settings?
status
template
Id?
workspace
Id?
Properties
blocks
blocks
:
TallyFormBlockDTO
[]
Optional
settings
settings
?:
TallyFormSettingsDTO
status
status
:
TallyFormStatus
Optional
template
Id
templateId
?:
string
Optional
workspace
Id
workspaceId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blocks
settings
status
template
Id
workspace
Id
tally-js
Loading...
Type definition for the request payload to create a form