UNPKG
outsystems-ui
Version:
latest (2.23.0)
2.23.0
2.22.0
2.21.0
2.20.0
2.19.2
2.19.1
2.19.0
2.18.4
2.18.2
2.18.1
2.18.0
2.17.0
2.16.0
2.15.0
2.14.0
OutSystems UI Framework
outsystemsui.outsystems.com/OutsystemsUiWebsite/
OutSystems/outsystems-ui
outsystems-ui
/
src
/
scripts
/
OSFramework
/
OSUI
/
Pattern
/
Dropdown
/
Callbacks.ts
7 lines
(6 loc)
•
215 B
text/typescript
View Raw
1
2
3
4
5
6
7
// eslint-disable-next-line @typescript-eslint/no-unused-vars
namespace
OSFramework
.
OSUI
.
Patterns
.
Dropdown
.
Callbacks
{
export
type
OSOnSelectEvent
= { (
dropdownId
:
string
,
selectedOptions
:
string
[]):
void
; }; }