Preparing search index...
The search index is not available
@alphafi/stsui-sdk - v2.0.3
@alphafi/stsui-sdk
FlatObject
Interface FlatObject<T>
Flat object shape — GraphQL-native, no nested
{type, fields}
wrap.
interface
FlatObject
<
T
=
Record
<
string
,
unknown
>
>
{
digest
:
string
;
fields
:
T
;
objectId
:
string
;
type
:
string
;
version
:
string
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
digest
fields
object
Id
type
version
Properties
digest
digest
:
string
fields
fields
:
T
object
Id
objectId
:
string
type
type
:
string
version
version
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
digest
fields
object
Id
type
version
@alphafi/stsui-sdk - v2.0.3
Loading...
Flat object shape — GraphQL-native, no nested
{type, fields}wrap.