Home > @jsplumb/core > isFullOverlaySpec
#
isFullOverlaySpec() functionReturns 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;
#
ParametersParameter | Type | Description |
---|---|---|
o | OverlaySpec |
Returns:
o is FullOverlaySpec