MapNodeInsertableData TypeAlias
Content which can be used to construct a Map node, explicitly or implicitly.
This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.
For more information about our API support guarantees, see here.
Signature
export type MapNodeInsertableData<T extends ImplicitAllowedTypes> = Iterable<readonly [string, InsertableTreeNodeFromImplicitAllowedTypes<T>]> | RestrictiveStringRecord<InsertableTreeNodeFromImplicitAllowedTypes<T>>;
Type Parameters
Parameter | Constraint | Description |
---|---|---|
T | ImplicitAllowedTypes |