Type alias TristateType

TristateType: boolean | undefined

A value that can either be true, false, or undefined.