VerifyExpression type
Verify the result of an expression is of the appropriate type and return a string if not.
type VerifyExpression = (
value: any,
expression: Expression,
child: number
) => string | undefined
Ta przeglądarka nie jest już obsługiwana.
Zaktualizuj do Microsoft Edge, aby skorzystać z najnowszych funkcji, aktualizacji bezpieczeństwa i wsparcia technicznego.
Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Verify the result of an expression is of the appropriate type and return a string if not.
type VerifyExpression = (
value: any,
expression: Expression,
child: number
) => string | undefined