data_source property

data_source property

Represents data source of the external link.

Definition:

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

See Also