Interface ItemBasePropertyOptions<V>

Type Parameters

  • V

Hierarchy

Properties

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

Type declaration

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

Type declaration

propagation?: boolean
silent?: boolean
value?: V

Generated using TypeDoc