Skip to main content

Home > @jsplumb/core > isFullOverlaySpec

isFullOverlaySpec() function#

Returns whether or not the given overlay spec is a 'full' overlay spec, ie. has a type and some options, or is just an overlay name.

Signature:

export declare function isFullOverlaySpec(o: OverlaySpec): o is FullOverlaySpec;

Parameters#

ParameterTypeDescription
oOverlaySpec

Returns:

o is FullOverlaySpec