Hi,
That property isnt a Bool, its a UserInterfaces enumeration. In javascript you'll need to pass the numeric equivalent of the enum value you wish, they are:
None = 0
UserInterface = 1
ModalUserInterface = 2
So you would want:
twain.UserInterface = 0