source (value: String, stateName: String): String
이미지 경로를 가져오거나 설정합니다.
// Getter
var src = $self.api.source();
// Setter
$self.api.source('http://이미지 경로');
$self.api.source('http://이미지 경로', 'over');
// asset UID를 사용할수 있음
$self.api.source('asset-87f315a5-b31f-4379-b57a-9a2ab1f5a21c');