interface ConnectorImageVariableSource {
    assetId: string;
    connectorId: string;
    context: Dictionary;
    resolved?: ResolvedMedia;
}

Properties

assetId: string

The requested asset id or name

connectorId: string
context: Dictionary

The context of the variable that will be passed to the connector

resolved?: ResolvedMedia

If the connector was able to query, this will contain the actual resolved media Id.