Skip to main content
Version: Next 🚧

[F] getSdkArrayOrDictWithDiagnostics

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

Parameters​

ParameterType
contextTCGCContext
typeModel
operation?Operation

Returns​

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