resourceId$

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

Observable of the underlying resource ID.

resourceId

1get resourceId(): string

Underlying resource ID.

Examples

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