Skip to content
Binary UIKit reference Stable

ContextList

Retrieved context records with source metadata, state, and optional open or remove actions.

Use ContextList for a named set of evidence or prompt context. Show source type, location, size, and state when available. Keep open and remove actions explicit. Announce each semantic state change once.

Interactive example

Loading interactive example

API

MemberTypeKindRequiredDefault
announcementstringpropNoundefined
emptySnippetsnippetNoundefined
itemsreadonly ContextItem[]propYes
labelstringpropYes
onOpen(item: ContextItem) => voidcallbackNoundefined
onRemove(item: ContextItem) => voidcallbackNoundefined

Examples

Source

Loading source