Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 916 Bytes

DataActionFormField.md

File metadata and controls

14 lines (11 loc) · 916 Bytes

LookerApi30Reference.DataActionFormField

Properties

Name Type Description Notes
name String Name [optional]
label String Human-readable label [optional]
description String Description of field [optional]
type String Type of field. [optional]
required Boolean Whether or not the field is required. This is a user-interface hint. A user interface displaying this form should not submit it without a value for this field. The action server must also perform this validation. [optional]
options [DataActionFormSelectOption] If the form type is 'select', a list of options to be selected from. [optional]
can {String: Boolean} Operations the current user is able to perform on this object [optional]