channel_image_description Property

This property is used to specify text that is included in the title attribute of the image's link formed in HTML rendering.

Syntax

def get_channel_image_description() -> str: ...
def set_channel_image_description(value: str) -> None: ...

channel_image_description = property(get_channel_image_description, set_channel_image_description)

Default Value

""

Remarks

This property is used to specify text that is included in the title attribute of the image's link formed in HTML rendering.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]