Interface CheckOptions<V>

Type Parameters

  • V = boolean

Hierarchy

Properties

bubble?: boolean
getProperty?: ((item?) => V)

Type declaration

hierarchy?: boolean
label?: string
onSet?: ((value?, options?, item?) => void)

Type declaration

propagation?: boolean
silent?: boolean
turnOff?: (<O>(options?) => void)

Type declaration

    • <O>(options?): void
    • Type Parameters

      Parameters

      • Optional options: O

      Returns void

turnOn?: (<O>(options?) => void)

Type declaration

    • <O>(options?): void
    • Type Parameters

      Parameters

      • Optional options: O

      Returns void

value?: V

Generated using TypeDoc