Home > @jsplumbtoolkit/browser-ui > 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
Parameter | Type | Description |
---|---|---|
o | OverlaySpec |
Returns:
o is FullOverlaySpec