"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7329/react/features/mobile/picture-in-picture/actionTypes.ts" (9 Jun 2023, 232 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 to enter (or rather initiate entering)
    3  * picture-in-picture.
    4  *
    5  * {
    6  *      type: ENTER_PICTURE_IN_PICTURE
    7  * }
    8  *
    9  * @public
   10  */
   11 export const ENTER_PICTURE_IN_PICTURE = 'ENTER_PICTURE_IN_PICTURE';