Skip to content

[F] getSdkArrayOrDictWithDiagnostics

function getSdkArrayOrDictWithDiagnostics(
context,
type,
operation?): [
| undefined
| SdkArrayType
| SdkDictionaryType, readonly Diagnostic[]]

Parameters

ParameterType
contextTCGCContext
typeModel
operation?Operation

Returns

[ | undefined | SdkArrayType | SdkDictionaryType, readonly Diagnostic[]]