"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7305/react/features/mobile/full-screen/actionTypes.ts" (26 May 2023, 260 Bytes) of package /linux/misc/jitsi-meet-7305.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 to set the react-native-immersive's change event
    3  * listener.
    4  *
    5  * {
    6  *     type: _SET_IMMERSIVE_LISTENER,
    7  *     listener: Function
    8  * }
    9  *
   10  * @protected
   11  */
   12 export const _SET_IMMERSIVE_LISTENER = '_SET_IMMERSIVE_LISTENER';