- Name
internal- Kind
- parameter
- Type
PartProps- Requirement
- required
DocsAPI referenceHeadlessmerge-props
merge-props headless API
The core connector and vanilla mount are always visible. Use the framework choice to inspect native composition, props, outputs, context and hooks for the selected adapter.
1 of 1
@grassroot/ui-headless-core/merge-props
Core connector and vanilla API
mergeProps
valuemergePropsts
export declare const mergeProps: MergeProps;Name
Kind
Type
Requirement
internalparameter
PartPropsrequired
consumerparameter
PartPropsrequired
optionsparameter
{
onProtectedOverride?: (key: string) => void;
}optional
returnreturn value
PartPropsn/a
- Name
consumer- Kind
- parameter
- Type
PartProps- Requirement
- required
- Name
options- Kind
- parameter
- Type
{ onProtectedOverride?: (key: string) => void; }- Requirement
- optional
- Name
return- Kind
- return value
- Type
PartProps- Requirement
- n/a
Framework adapters
Each panel keeps its adapter's public vocabulary. React compound exports, Vue composables, standalone Angular declarations, Svelte components, and Solid hooks stay native to their framework.
This entry is core-only. No framework adapter package ships for merge-props yet — mount it through the vanilla API above.