attachment_icons property

attachment_icons property

The list of attachment icons, which can be customized to provide specific icons for different file types.

By default, it contains common file type icons.

Definition:

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

See Also