Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.07 KB

File metadata and controls

19 lines (15 loc) · 1.07 KB

ViewColumnDesign

Properties

Name Type Description Notes
columnnumber int Position of the column in the view or folder, where 1 is the first column. [optional]
name str The name of the column. [optional]
title str The title of the column. [optional]
width int The width of the column. [optional]
alignment int The alignment of the column. [optional]
hidden bool `true` if the column is hidden. [optional]
response bool `true` if the column is for responses. [optional]
twistie bool `true` if the column is a twistie. [optional]
field bool `true` if the column is a field. [optional]
category bool `true` if the column is a category. [optional]

[Back to Model list] [Back to API list] [Back to README]