Preparing search index...
The search index is not available
tally-js
tally-js
TallyFormUpdateDTO
Interface TallyFormUpdateDTO
Type definition for the request payload to update a form
interface
TallyFormUpdateDTO
{
blocks
?:
TallyFormBlockDTO
[]
;
id
:
string
;
name
?:
string
;
settings
?:
TallyFormSettingsDTO
;
status
?:
TallyFormStatus
;
}
Index
Properties
blocks?
id
name?
settings?
status?
Properties
Optional
blocks
blocks
?:
TallyFormBlockDTO
[]
id
id
:
string
Optional
name
name
?:
string
Optional
settings
settings
?:
TallyFormSettingsDTO
Optional
status
status
?:
TallyFormStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blocks
id
name
settings
status
tally-js
Loading...
Type definition for the request payload to update a form