Preparing search index...
The search index is not available
tally-js
tally-js
TallyFormModel
Class TallyFormModel
Implementation of the Tally Form interface
Implements
TallyForm
Index
Constructors
constructor
Properties
blocks
settings?
status
template
Id?
workspace
Id?
Methods
add
Block
Constructors
constructor
new
TallyFormModel
(
blocks
:
TallyFormBlockDTO
[]
,
status
:
TallyFormStatus
,
settings
?:
TallyFormSettingsDTO
,
workspaceId
?:
string
,
templateId
?:
string
,
)
:
TallyFormModel
Parameters
blocks
:
TallyFormBlockDTO
[]
status
:
TallyFormStatus
Optional
settings
:
TallyFormSettingsDTO
Optional
workspaceId
:
string
Optional
templateId
:
string
Returns
TallyFormModel
Properties
blocks
blocks
:
TallyFormBlockDTO
[]
Optional
settings
settings
?:
TallyFormSettingsDTO
status
status
:
TallyFormStatus
Optional
template
Id
templateId
?:
string
Optional
workspace
Id
workspaceId
?:
string
Methods
add
Block
addBlock
(
block
:
TallyFormBlockDTO
)
:
TallyFormModel
Parameters
block
:
TallyFormBlockDTO
Returns
TallyFormModel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
blocks
settings
status
template
Id
workspace
Id
Methods
add
Block
tally-js
Loading...
Implementation of the Tally Form interface