isDataView
Check if the given value
is a DataView
.
isDataView
method to verify the parameter type, avoiding errors caused by passing non - DataView values.v
(any
): The value to test if it is a DataView.v is DataView
): Returns true
if the value is a DataView, otherwise returns false
.