FunctionsMath$maxSafeIntegerOn this page$maxSafeInteger Retrieves the maximum safe integer value. Parameters This function does not require any parameters. Example <AoiClient>.addCommand({ name: "get-max-safe-integer", code: ` $maxSafeInteger `,});