Skip to main content
Version: 7.0.0

isNullSketchCollection()

function isNullSketchCollection(collection): collection is NullSketchCollection;

Check if object is a NullSketchCollection. Any code inside a block guarded by a conditional call to this function will have type narrowed to NullSketchCollection

Parameters

ParameterType
collectionany

Returns

collection is NullSketchCollection