Skip to main content

getSignaturePreview


Import
import { getSignaturePreview } from "@docsgen/core"

Parameters

getSignaturePreview(__namedParameters: { hideGenerics?: boolean; hideName?: boolean; hideParamTypes?: boolean; hideReturns?: boolean; reflection: SignatureReflection; reflectionsTree: ProjectReflection[]; useArrow?: boolean })
Parameters
NameTypeDescription
__namedParameters
{ hideGenerics?: boolean; hideName?: boolean; hideParamTypes?: boolean; hideReturns?: boolean; reflection: SignatureReflection; reflectionsTree: ProjectReflection[]; useArrow?: boolean }

Returns

string