Interface: SelectionFeedback
Makaio Framework / contracts / SelectionFeedback
Interface: SelectionFeedback
Section titled “Interface: SelectionFeedback”Defined in: ../../../packages/contracts/src/extension/contributions/session-event-action-types.ts:155
Feedback returned by onSelectionChange to inform the picker UI.
Properties
Section titled “Properties”error?
Section titled “error?”
optionalerror?:string
Defined in: ../../../packages/contracts/src/extension/contributions/session-event-action-types.ts:161
Error message that blocks confirmation.
tokenEstimate?
Section titled “tokenEstimate?”
optionaltokenEstimate?:number
Defined in: ../../../packages/contracts/src/extension/contributions/session-event-action-types.ts:157
Estimated token count for the selected events.
warning?
Section titled “warning?”
optionalwarning?:string
Defined in: ../../../packages/contracts/src/extension/contributions/session-event-action-types.ts:159
Warning message to display in the picker.