👨Client

openMDT

exports['pp-ems-mdt']:openMDT(path?: string)

--[[
    path is optional argument that will automatically redirect user to provided page after opening MDT.
    Available paths:
    - "/" - homePage,
    - "/announcements" - announcements page,
    - "/announcement/:id" - specific announcement page,
    - "/patrols" - patrols page,
    - "/citizens" - citizens page,
    - "/citizen/:id" - specific citizen page,
    - "/dispatch" - dispatch page,
    - "/cases" - cases page,
    - "/case/:id" - specific case page,
    - "/notes" - notes page,
    - "/note/:id" - specific note page,
    - "/settings" - settings page.
]]

Last updated