useActiveSendBackWidgetIdStore Function
useActiveSendBackWidgetIdStore(): undefined | string
Returns - undefined | string
useActiveSendBackWidgetIdStore<U>(selector: (state: string) => U): U
| Parameter | Type | Description | 
|---|---|---|
| selector | (state: string) => U | 
Returns - U
useActiveSendBackWidgetIdStore<U>(selector: (state: string) => U, equalityFn: (a: U, b: U) => boolean): U
| Parameter | Type | Description | 
|---|---|---|
| selector | (state: string) => U | |
| equalityFn | (a: U, b: U) => boolean | 
Returns - U
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.