trigger_shape property

trigger_shape property

Returns or sets shape target for INTERACTIVE sequence. If sequence is not interactive then returns null. Read/write IShape.

Definition:

@property
def trigger_shape(self):
    ...

@trigger_shape.setter
def trigger_shape(self, value):
    ...

See Also