Preparing search index...
The search index is not available
tally-js
tally-js
TallyForm
Interface TallyForm
Extended domain model representing a form with additional functionality
interface
TallyForm
{
blocks
:
TallyFormBlockDTO
[]
;
settings
?:
TallyFormSettingsDTO
;
status
:
TallyFormStatus
;
templateId
?:
string
;
workspaceId
?:
string
;
addBlock
(
block
:
TallyFormBlockDTO
)
:
TallyForm
;
}
Hierarchy (
View Summary
)
TallyFormCreateDTO
TallyForm
Implemented by
TallyFormModel
Index
Properties
blocks
settings?
status
template
Id?
workspace
Id?
Methods
add
Block
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
)
:
TallyForm
Parameters
block
:
TallyFormBlockDTO
Returns
TallyForm
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blocks
settings
status
template
Id
workspace
Id
Methods
add
Block
tally-js
Loading...
Extended domain model representing a form with additional functionality