Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
RelatedGroup
Interface RelatedGroup<T>
One source feature plus its related records.
interface
RelatedGroup
<
T
>
{
features
:
readonly
HonuaTypedFeature
<
T
>
[]
;
sourceId
:
FeatureId
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
features
source
Id
Properties
features
features
:
readonly
HonuaTypedFeature
<
T
>
[]
source
Id
source
Id
:
FeatureId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
features
source
Id
@honua/sdk-js
Loading...
One source feature plus its related records.