Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 638 Bytes

FormFieldHyperlink.md

File metadata and controls

executable file
·
21 lines (14 loc) · 638 Bytes

FormFieldHyperlink

Properties

Name Type Description Notes
documentLocation FormFieldLocation Location on the document pointed by the link in case of INTERNAL type link [optional]
linkType LinkTypeEnum Type of link in an agreement. [optional]
url String URL, in case of EXTERNAL type link [optional]

Enum: LinkTypeEnum

Name Value
INTERNAL "INTERNAL"
EXTERNAL "EXTERNAL"
FROM_TEXT "FROM_TEXT"