EntitiesAddressresourceId$Copy page|View as Markdown|Open in Claude|More actions1get 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});