awsc.base_control.FieldValue
- class awsc.base_control.FieldValue(field_name)
Represents the value of a field passed as an extra field to a dialog template.
- Attributes:
- field_namestr
The name of the field whose value will be used when resolving.
Methods
resolve
(selection, **kwargs)Resolves the FieldValue into a value.
- __init__(field_name)
Initializes a FieldValue.
- Parameters:
- field_namestr
The name of the field whose value will be used when resolving.
Methods
__init__
(field_name)Initializes a FieldValue.
resolve
(selection, **kwargs)Resolves the FieldValue into a value.