CallFeatureCtor type
Representa el constructor para los objetos CallFeature, junto con el argumento de contexto.
type CallFeatureCtor<TFeature> = (context: CallFeatureContext) => TFeature
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Representa el constructor para los objetos CallFeature, junto con el argumento de contexto.
type CallFeatureCtor<TFeature> = (context: CallFeatureContext) => TFeature