FunctionsMisc$isNullOn this page$isNull Will check if the given null is valid. Parameters ParameterDescriptioncontentcontent for check Example <AoiClient>.addCommand({ name: "misc", code: ` $isNull[true] $isNull[null] ``});