The following tables list the members exposed by the AttributeInfo type.
Name | Description | |
---|---|---|
![]() |
auto_increment_start | An optional auto increment start value |
![]() |
changed | A local value that helps us detect if the attribute is changed - is this a hack? probably |
![]() |
description | The description of the attribute |
![]() |
enum_items | A list of an enum items |
![]() |
input_mask | An input mask - not used yet |
![]() |
is_auto_increment | Is this an auto incrementing attribute? |
![]() |
is_visible | Whether or not this is visible - may not always be set, depending on the source |
![]() |
optional | Is this attribute optional? |
![]() |
order | the attribute order - currently not always used |
![]() |
read_only | Whether or not this is a read only attribute - this is applied when getting a specific attribute - it is not part of the definition of an attribute |
![]() |
reprompt_on_change | Whether or not to reprompt on change - currently, this only works for files could be be used for other things like projects |
![]() |
type | The attribute type |
![]() |
value | Is there a value associated with this attribute? |
![]() |
visibility_constraint | Optional constraint for visibility |
![]() |
workflow_id |