coverUrl$

View as MarkdownOpen in Claude
get coverUrl$(): Observable<string | undefined>

Observable of the cover image URL.

coverUrl

get coverUrl(): string | undefined

Cover image URL.

Examples

address.coverUrl$.subscribe((coverUrl) => {
console.log('coverUrl:', coverUrl);
});