action property
action property
Gets or sets action.
Example
Defined values are: converted, copied, created, cropped, edited, filtered, formatted, version_updated, printed, published, managed, produced, resized, saved. New values should be verbs in the past tense.
Definition:
@property
def action(self):
...
@action.setter
def action(self, value):
...