mondaycom / monday-sdk-js

Node.js and JavaScript SDK for developing over the monday.com platform
https://monday.com
MIT License
87 stars 39 forks source link

adding context types to get and listen methods #131

Closed rami-monday closed 10 months ago

rami-monday commented 10 months ago

overriding settings type depending on you app settings configured in dev center

Screen Shot 2023-11-30 at 13 01 25

LISTEN: Typescript override the context with AppFeature[type]Context

Screen Shot 2023-11-30 at 12 59 08

GET: Context type without overriding well show the common context type for all feature types

Screen Shot 2023-11-30 at 12 58 54

LISTEN: Context type without overriding well show the common context type for all feature types

Screen Shot 2023-11-30 at 12 58 06

GET: javascript overriding context type by passing appFeatureType as an option

Screen Shot 2023-11-30 at 12 57 54

GET: javascript list of app feature types to get context type based on

Screen Shot 2023-11-30 at 12 57 41 Screen Shot 2023-11-30 at 12 57 18