Skip to content

$fn.nextUI(uiCode)

Function to transition the screen to another UI.

Arguments

NameTypeDescription
uiCodestringID of target UI

Return value

None

Sample

$fn.nextUI(‘UI01’);