destroyOnDispose property

bool? destroyOnDispose
final

If set to false then after dispose the component will not get removed from seachbase context i.e can actively participate in query generation.

Defaults to true.

Implementation

final bool? destroyOnDispose;