Preparing search index...
The search index is not available
Lens SDK Reference
Lens SDK Reference
@lens-protocol/react-web
Core
ReadResultWithoutError
Type alias ReadResultWithoutError<T>
Read
Result
Without
Error
<
T
>
:
{
data
:
undefined
;
loading
:
true
;
}
|
{
data
:
T
;
loading
:
false
;
}
Type Parameters
T
Type declaration
data
:
undefined
loading
:
true
Type declaration
data
:
T
loading
:
false
Deprecated
use
ReadResult<T, E>
instead. Removal slated for v3.x.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Lens SDK Reference
@lens-protocol/react-web - v2.3.2
@lens-protocol/react-native - v2.3.2
@lens-protocol/client - v2.3.2
Deprecated
use
ReadResult<T, E>
instead. Removal slated for v3.x.