base_item_index property

base_item_index property

Represents the item in the base field for a custom calculation. Valid only for data fields.

Definition:

@property
def base_item_index(self):
    ...
@base_item_index.setter
def base_item_index(self, value):
    ...

See Also