Add doc for canPop

custom
jacqueline 1 year ago
parent 684ff50ef4
commit 7305820aa9
  1. 5
      luals-stubs/screen.lua

@ -22,4 +22,9 @@ function screen:onShown() end
--- been popped off of the stack.
function screen:onHidden() end
--- Called when this screen is about to be popped off of the stack. If this
--- returns false, it will not be popped. May be a function, or any boolean
--- convertable value.
function screen:canPop() end
return screen

Loading…
Cancel
Save