"Fossies" - the Fresh Open Source Software Archive
Member "jitsi-meet-7329/react/features/base/user-interaction/actionTypes.ts" (9 Jun 2023, 217 Bytes) of package /linux/misc/jitsi-meet-7329.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TypeScript source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 /** 2 * The type of (redux) action which signals the user has interacted with the 3 * page. 4 * 5 * { 6 * type: USER_INTERACTION_RECEIVED, 7 * } 8 */ 9 export const USER_INTERACTION_RECEIVED ='USER_INTERACTION_RECEIVED';