You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boolean implies there are only two values (true and false) but for PALS we are using tri-state logic with the added null (formerly named: NotSet). I therefore propose changing Boolean to Logical in the documentation.