Home > @jsplumb/core > convertToFullOverlaySpec
#
convertToFullOverlaySpec() functionConvert the given input into an object in the form of a FullOverlaySpec
Signature:
export declare function convertToFullOverlaySpec(spec: string | OverlaySpec): FullOverlaySpec;
#
ParametersParameter | Type | Description |
---|---|---|
spec | string | OverlaySpec |
Returns:
FullOverlaySpec