add_field method

add_field

Converts this portion to the automaticaly updated field.

def add_field(self, field_type):
    ...
ParameterTypeDescription
field_typeIFieldType

add_field

Converts this portion to the automaticaly updated field.

def add_field(self, internal_string):
    ...
ParameterTypeDescription
internal_stringstrInternal name of FieldType.

See Also