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
/
TouchEvents
/
ITouchEvents.ts
10 lines
(9 loc)
•
278 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
// eslint-disable-next-line @typescript-eslint/no-unused-vars
namespace
OSFramework
.
OSUI
.
Patterns
.
TouchEvents
{
/** * Defines the interface for OutSystemsUI TouchEvents Pattern */
export
interface
ITouchEvents
extends
Interface
.
IPattern
{
//Implement you code here
} }