s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

Fields · Components

FieldPolicySuggestionQueue

No summary has been written for FieldPolicySuggestionQueue. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.

Public export

typescript
import { FieldPolicySuggestionQueue } from '@happyvertical/smrt-fields/svelte';
Import path
@happyvertical/smrt-fields/svelte
Props
4
Props described
4 of 4
Bindable state
0
Callback events
1
Verified release
0.44.0

Props

NameTypeRequiredDescription
adapterFieldPolicySuggestionAdapterYesTransport for loading and reviewing suggestions.
objectRefsreadonly string[]NoOptional list of object identifiers to filter suggestions.
headingstringNoSection heading for the suggestion queue.
onchanged() => voidNoCallback invoked after a suggestion is approved or dismissed.

Bindable state

This component has no bindable public state.

Callback events

  • onchanged() => void

Examples and explanation