Skip to content

getCallSignatureProps

Extract only the call signature props from a props object which extends CallSignatureProps. You can provide default values for the props.

import { getCallSignatureProps } from "@alloy-js/python";
function getCallSignatureProps(props: CallSignatureProps, defaults?: Partial<CallSignatureProps>): CallSignatureProps;
props

CallSignatureProps

defaultsoptional

Partial<CallSignatureProps>

CallSignatureProps