resourceId$

View as MarkdownOpen in Claude
get resourceId$(): Observable<string>

Observable of the underlying resource ID.

resourceId

get resourceId(): string

Underlying resource ID.

Examples

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