attachment_icons property

attachment_icons property

The list of attachment icons.

The list can be customized to provide specific icons for different file types.

By default, contains common file type icons.

Definition:

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

See Also